|
@@ -41,7 +41,7 @@ case "${getopt}" in
|
|
|
command_install.sh;;
|
|
command_install.sh;;
|
|
|
ai|auto-install)
|
|
ai|auto-install)
|
|
|
fn_autoinstall;;
|
|
fn_autoinstall;;
|
|
|
- dd|deps-detect)
|
|
|
|
|
|
|
+ dd|detect-deps)
|
|
|
command_dev_detect_deps.sh;;
|
|
command_dev_detect_deps.sh;;
|
|
|
dg|detect-glibc)
|
|
dg|detect-glibc)
|
|
|
command_dev_detect_glibc.sh;;
|
|
command_dev_detect_glibc.sh;;
|
|
@@ -103,7 +103,7 @@ case "${getopt}" in
|
|
|
command_install.sh;;
|
|
command_install.sh;;
|
|
|
ai|auto-install)
|
|
ai|auto-install)
|
|
|
fn_autoinstall;;
|
|
fn_autoinstall;;
|
|
|
- dd|deps-detect)
|
|
|
|
|
|
|
+ dd|detect-deps)
|
|
|
command_dev_detect_deps.sh;;
|
|
command_dev_detect_deps.sh;;
|
|
|
dg|detect-glibc)
|
|
dg|detect-glibc)
|
|
|
command_dev_detect_glibc.sh;;
|
|
command_dev_detect_glibc.sh;;
|
|
@@ -164,7 +164,7 @@ case "${getopt}" in
|
|
|
command_install.sh;;
|
|
command_install.sh;;
|
|
|
ai|auto-install)
|
|
ai|auto-install)
|
|
|
fn_autoinstall;;
|
|
fn_autoinstall;;
|
|
|
- dd|deps-detect)
|
|
|
|
|
|
|
+ dd|detect-deps)
|
|
|
command_dev_detect_deps.sh;;
|
|
command_dev_detect_deps.sh;;
|
|
|
dg|detect-glibc)
|
|
dg|detect-glibc)
|
|
|
command_dev_detect_glibc.sh;;
|
|
command_dev_detect_glibc.sh;;
|
|
@@ -220,7 +220,7 @@ case "${getopt}" in
|
|
|
command_dev_debug.sh;;
|
|
command_dev_debug.sh;;
|
|
|
i|install)
|
|
i|install)
|
|
|
command_install.sh;;
|
|
command_install.sh;;
|
|
|
- dd|deps-detect)
|
|
|
|
|
|
|
+ dd|detect-deps)
|
|
|
command_dev_detect_deps.sh;;
|
|
command_dev_detect_deps.sh;;
|
|
|
dg|detect-glibc)
|
|
dg|detect-glibc)
|
|
|
command_dev_detect_glibc.sh;;
|
|
command_dev_detect_glibc.sh;;
|
|
@@ -284,7 +284,7 @@ case "${getopt}" in
|
|
|
command_install.sh;;
|
|
command_install.sh;;
|
|
|
ai|auto-install)
|
|
ai|auto-install)
|
|
|
fn_autoinstall;;
|
|
fn_autoinstall;;
|
|
|
- dd|deps-detect)
|
|
|
|
|
|
|
+ dd|detect-deps)
|
|
|
command_dev_detect_deps.sh;;
|
|
command_dev_detect_deps.sh;;
|
|
|
dg|detect-glibc)
|
|
dg|detect-glibc)
|
|
|
command_dev_detect_glibc.sh;;
|
|
command_dev_detect_glibc.sh;;
|
|
@@ -351,7 +351,7 @@ case "${getopt}" in
|
|
|
fn_autoinstall;;
|
|
fn_autoinstall;;
|
|
|
mc|map-compressor)
|
|
mc|map-compressor)
|
|
|
compress_ut99_maps.sh;;
|
|
compress_ut99_maps.sh;;
|
|
|
- dd|deps-detect)
|
|
|
|
|
|
|
+ dd|detect-deps)
|
|
|
command_dev_detect_deps.sh;;
|
|
command_dev_detect_deps.sh;;
|
|
|
dg|detect-glibc)
|
|
dg|detect-glibc)
|
|
|
command_dev_detect_glibc.sh;;
|
|
command_dev_detect_glibc.sh;;
|
|
@@ -419,7 +419,7 @@ case "${getopt}" in
|
|
|
command_install.sh;;
|
|
command_install.sh;;
|
|
|
ai|auto-install)
|
|
ai|auto-install)
|
|
|
fn_autoinstall;;
|
|
fn_autoinstall;;
|
|
|
- dd|deps-detect)
|
|
|
|
|
|
|
+ dd|detect-deps)
|
|
|
command_dev_detect_deps.sh;;
|
|
command_dev_detect_deps.sh;;
|
|
|
dg|detect-glibc)
|
|
dg|detect-glibc)
|
|
|
command_dev_detect_glibc.sh;;
|
|
command_dev_detect_glibc.sh;;
|
|
@@ -489,7 +489,7 @@ case "${getopt}" in
|
|
|
install_ut2k4_key.sh;;
|
|
install_ut2k4_key.sh;;
|
|
|
mc|map-compressor)
|
|
mc|map-compressor)
|
|
|
compress_unreal2_maps.sh;;
|
|
compress_unreal2_maps.sh;;
|
|
|
- dd|deps-detect)
|
|
|
|
|
|
|
+ dd|detect-deps)
|
|
|
command_dev_detect_deps.sh;;
|
|
command_dev_detect_deps.sh;;
|
|
|
dg|detect-glibc)
|
|
dg|detect-glibc)
|
|
|
command_dev_detect_glibc.sh;;
|
|
command_dev_detect_glibc.sh;;
|