mirror of
https://github.com/EngineGPDev/Autoinstall.git
synced 2025-01-18 13:52:22 +03:00
Fixed the installation of Counter-Strike 1.6 (#54)
This commit is contained in:
parent
decfdee6f0
commit
3bfdb49e2b
@ -799,7 +799,7 @@ EOF
|
||||
|
||||
case $game_choice in
|
||||
1)
|
||||
crmp_menu() {
|
||||
cs16_menu() {
|
||||
while true; do
|
||||
clear
|
||||
mkdir -p /path/cs /path/update/cs /path/maps/cs /servers/cs 2>&1 | sudo tee -a "$logsInst" > /dev/null
|
||||
@ -826,6 +826,8 @@ EOF
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
cs16_menu
|
||||
;;
|
||||
2)
|
||||
cssold_menu() {
|
||||
|
Loading…
Reference in New Issue
Block a user