From c95d2ecee5e8cc8bbf2eb782b9bcac76857ac59c Mon Sep 17 00:00:00 2001 From: zino Date: Sat, 25 Nov 2023 02:14:45 +0100 Subject: [PATCH] modified --- install_full.sh | 5 +---- deploy_funmaps.sh => install_funmaps.sh | 0 2 files changed, 1 insertion(+), 4 deletions(-) rename deploy_funmaps.sh => install_funmaps.sh (100%) diff --git a/install_full.sh b/install_full.sh index 38ad572..6790d76 100644 --- a/install_full.sh +++ b/install_full.sh @@ -11,17 +11,14 @@ info() { # Paths to the scripts (adjust these paths as necessary) SCRIPT1="./fix_gcc.sh" SCRIPT2="./install_mods.sh" -#SCRIPT3="./deploy_funmaps.sh" +#SCRIPT3="./install_funmaps.sh" -# Execute the first script info "Executing ${SCRIPT1}..." bash "$SCRIPT1" -# Execute the second script info "Executing ${SCRIPT2}..." bash "$SCRIPT2" -# Execute the third script #info "Executing ${SCRIPT3}..." #bash "$SCRIPT3" diff --git a/deploy_funmaps.sh b/install_funmaps.sh similarity index 100% rename from deploy_funmaps.sh rename to install_funmaps.sh