Added the game server installation menu (#52)

Added the game server installation menu
This commit is contained in:
Sergei Solovev 2024-09-15 23:52:38 +03:00 committed by GitHub
parent 256f100f0c
commit 1efc24885b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -777,6 +777,7 @@ EOF
fi fi
;; ;;
3) 3)
game_menu() {
clear clear
# Игровой репозиторий # Игровой репозиторий
gamesURL="http://gs.enginegp.ru" gamesURL="http://gs.enginegp.ru"
@ -1127,6 +1128,9 @@ EOF
echo "===================================" 2>&1 | sudo tee -a "$logsInst" > /dev/null echo "===================================" 2>&1 | sudo tee -a "$logsInst" > /dev/null
;; ;;
esac esac
}
game_menu
;; ;;
4) 4)
clear clear