From 5c865e7aef0b6bb865adfe2b2788a1571c899d0b Mon Sep 17 00:00:00 2001 From: robert-sanfeliu Date: Mon, 2 Dec 2024 16:27:36 +0100 Subject: [PATCH] Update MASTER_PRE_INSTALL_SCRIPT.sh (#44) Reverted to main branch reference for onm-bootstrap.sh --- installation-scripts-onm/MASTER_PRE_INSTALL_SCRIPT.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation-scripts-onm/MASTER_PRE_INSTALL_SCRIPT.sh b/installation-scripts-onm/MASTER_PRE_INSTALL_SCRIPT.sh index 47e870c..12a8734 100644 --- a/installation-scripts-onm/MASTER_PRE_INSTALL_SCRIPT.sh +++ b/installation-scripts-onm/MASTER_PRE_INSTALL_SCRIPT.sh @@ -9,7 +9,7 @@ K3S_DEP_PATH=$HOME/k3s mkdir -p $K3S_DEP_PATH echo "Setting Wireguard Interface\n" -sudo -H -u ubuntu bash -c 'wget https://raw.githubusercontent.com/eu-nebulous/overlay-network-manager/dev/network-manager/bootstrap-agent-scripts/onm/onm-bootstrap.sh -O onm-bootstrap.sh && chmod +x onm-bootstrap.sh' +sudo -H -u ubuntu bash -c 'wget https://raw.githubusercontent.com/eu-nebulous/overlay-network-manager/main/network-manager/bootstrap-agent-scripts/onm/onm-bootstrap.sh -O onm-bootstrap.sh && chmod +x onm-bootstrap.sh' sudo -H -u ubuntu bash -c "./onm-bootstrap.sh 'CREATE' $APPLICATION_ID $ONM_URL $PUBLIC_IP $SSH_PORT"; echo "" echo ""