From ff5be5c68f6016a9ba9442b21f3c4deeaddfd722 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 26 Feb 2016 10:20:46 +0000 Subject: [PATCH] Added auto install to unreal games --- functions/core_getopt.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/functions/core_getopt.sh b/functions/core_getopt.sh index 95196d0ef..92c8897ab 100644 --- a/functions/core_getopt.sh +++ b/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)