Parcourir la source

Added auto install to unreal games

Daniel Gibbs il y a 10 ans
Parent
commit
ff5be5c68f
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      functions/core_getopt.sh

+ 4 - 0
functions/core_getopt.sh

@@ -259,6 +259,8 @@ case "$getopt" in
 		command_dev_debug.sh;;		
 	i|install)
 		command_install.sh;;
+	ai|auto-install)
+		fn_autoinstall;;		
 	mc|map-compressor)
 		compress_ut99_maps.sh;;
 	dd|depsdetect)
@@ -382,6 +384,8 @@ case "$getopt" in
 		command_dev_debug.sh;;		
 	i|install)
 		command_install.sh;;
+	ai|auto-install)
+		fn_autoinstall;;		
 	mc|map-compressor)
 		compress_unreal2_maps.sh;;
 	dd|depsdetect)