Update install.sh

This commit is contained in:
Justin (shocknet) 2024-07-21 11:03:31 -04:00 committed by GitHub
parent 84395e7b94
commit 97fbaa5d80

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -e set -e
BASE_URL="https://bolt12.info/deploy/" BASE_URL="https://raw.githubusercontent.com/shocknet/Lightning.Pub/master/scripts/"
modules=( modules=(
"utils" "utils"
"check_homebrew" "check_homebrew"
@ -41,4 +41,4 @@ else
install_lightning_pub install_lightning_pub
start_services start_services
get_log_info get_log_info
fi fi