From 97fbaa5d80e6f0e23561970effa626605a6a164d Mon Sep 17 00:00:00 2001 From: "Justin (shocknet)" <34176400+shocknet-justin@users.noreply.github.com> Date: Sun, 21 Jul 2024 11:03:31 -0400 Subject: [PATCH] Update install.sh --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 246ad988..1b8a5b6e 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -BASE_URL="https://bolt12.info/deploy/" +BASE_URL="https://raw.githubusercontent.com/shocknet/Lightning.Pub/master/scripts/" modules=( "utils" "check_homebrew" @@ -41,4 +41,4 @@ else install_lightning_pub start_services get_log_info -fi \ No newline at end of file +fi