Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit c2e3e29

Browse files
authored
Merge pull request #79 from EngineGPDev/chore-the-snapshot-version-is-set-as-the-default-installation-
chore: the snapshot version is set as the default installation.
2 parents 544feac + 6df742a commit c2e3e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deb.install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ done
6969
# Переменные для хранения
7070
verPhp="8.2"
7171
sysIp=$(ip a | grep -oP '(?<=inet\s)\d+(\.\d+){3}' | grep -v '127.0.0.1' | head -n 1)
72-
relType="beta"
72+
relType="snapshot"
7373

7474
# Проверка аргументов командной строки
7575
if [ $# -gt 0 ]; then

0 commit comments

Comments
 (0)