modified
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user