This commit is contained in:
Justin (shocknet) 2024-07-05 19:12:28 -04:00
parent 12e9b26157
commit bfb0c0ac6b
2 changed files with 49 additions and 2 deletions

View file

@ -2,7 +2,6 @@
set -e
BASE_URL="https://raw.githubusercontent.com/shocknet/Lightning.Pub/fix/bootstrap/scripts/"
modules=(
"utils"
"check_homebrew"
@ -13,6 +12,7 @@ modules=(
"install_nodejs"
"install_lightning_pub"
"start_services"
"extract_nprofile" # Add extract_nprofile to the modules array
)
for module in "${modules[@]}"; do
@ -40,4 +40,5 @@ else
install_nodejs
install_lightning_pub
start_services
fi
get_log_info
fi