Преглед на файлове

Forgot to add installer

Daniel Gibbs преди 9 години
родител
ревизия
8c17f44d24
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      lgsm/functions/core_getopt.sh

+ 3 - 0
lgsm/functions/core_getopt.sh

@@ -119,6 +119,9 @@ if [ "${engine}" == "source" ]||[ "${gamename}" == "Rust" ]||[ "${gamename}" ==
 	currentopt+=( "${cmd_mods_install[@]}" "${cmd_mods_remove[@]}" "${cmd_mods_update[@]}" )
 fi
 
+## Installer
+currentopt+=( "${cmd_install[@]}" "${cmd_auto_install[@]}" )
+
 ## Developer commands
 currentopt+=( "${cmd_dev_debug[@]}" )
 if [ -f ".dev-debug" ]; then