modified
This commit is contained in:
@@ -11,7 +11,7 @@ info() {
|
||||
# Paths to the scripts (adjust these paths as necessary)
|
||||
SCRIPT1="./fix_gcc.sh"
|
||||
SCRIPT2="./install_mods.sh"
|
||||
#SCRIPT3="./install_funmaps.sh"
|
||||
SCRIPT3="./install_funmaps.sh"
|
||||
|
||||
info "Executing ${SCRIPT1}..."
|
||||
bash "$SCRIPT1"
|
||||
@@ -19,8 +19,8 @@ bash "$SCRIPT1"
|
||||
info "Executing ${SCRIPT2}..."
|
||||
bash "$SCRIPT2"
|
||||
|
||||
#info "Executing ${SCRIPT3}..."
|
||||
#bash "$SCRIPT3"
|
||||
info "Executing ${SCRIPT3}..."
|
||||
bash "$SCRIPT3"
|
||||
|
||||
info "All scripts executed successfully."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user