This commit is contained in:
zino
2023-11-25 02:14:45 +01:00
parent 64eb6faefb
commit c95d2ecee5
2 changed files with 1 additions and 4 deletions

View File

@@ -11,17 +11,14 @@ info() {
# Paths to the scripts (adjust these paths as necessary) # Paths to the scripts (adjust these paths as necessary)
SCRIPT1="./fix_gcc.sh" SCRIPT1="./fix_gcc.sh"
SCRIPT2="./install_mods.sh" SCRIPT2="./install_mods.sh"
#SCRIPT3="./deploy_funmaps.sh" #SCRIPT3="./install_funmaps.sh"
# Execute the first script
info "Executing ${SCRIPT1}..." info "Executing ${SCRIPT1}..."
bash "$SCRIPT1" bash "$SCRIPT1"
# Execute the second script
info "Executing ${SCRIPT2}..." info "Executing ${SCRIPT2}..."
bash "$SCRIPT2" bash "$SCRIPT2"
# Execute the third script
#info "Executing ${SCRIPT3}..." #info "Executing ${SCRIPT3}..."
#bash "$SCRIPT3" #bash "$SCRIPT3"