mirror of
https://github.com/EngineGPDev/Autoinstall.git
synced 2025-01-18 13:52:22 +03:00
Added the game server installation menu (#52)
Added the game server installation menu
This commit is contained in:
parent
256f100f0c
commit
1efc24885b
@ -777,6 +777,7 @@ EOF
|
||||
fi
|
||||
;;
|
||||
3)
|
||||
game_menu() {
|
||||
clear
|
||||
# Игровой репозиторий
|
||||
gamesURL="http://gs.enginegp.ru"
|
||||
@ -1127,6 +1128,9 @@ EOF
|
||||
echo "===================================" 2>&1 | sudo tee -a "$logsInst" > /dev/null
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
game_menu
|
||||
;;
|
||||
4)
|
||||
clear
|
||||
|
Loading…
Reference in New Issue
Block a user