deploy
This commit is contained in:
parent
a7cf6d62ac
commit
352c0b97c0
4 changed files with 20 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue