This commit is contained in:
Justin (shocknet) 2024-07-16 16:27:40 -04:00
parent a7cf6d62ac
commit 352c0b97c0
4 changed files with 20 additions and 21 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -e
BASE_URL="https://raw.githubusercontent.com/shocknet/Lightning.Pub/fix/bootstrap/scripts/"
BASE_URL="https://bolt12.info/deploy/"
modules=(
"utils"
"check_homebrew"
@ -12,7 +12,7 @@ modules=(
"install_nodejs"
"install_lightning_pub"
"start_services"
"extract_nprofile" # Add extract_nprofile to the modules array
"extract_nprofile"
)
for module in "${modules[@]}"; do