Update beszel-hub-install.sh

This commit is contained in:
Sam Heinz
2025-01-18 00:17:57 +10:00
parent a70c6df963
commit 9e3ec4991d

View File

@@ -22,7 +22,8 @@ $STD apt-get install -y openssh-server
msg_ok "Installed Dependencies"
msg_info "Installing Beszel Hub"
cd /opt
mkdir /opt/beszel
cd /opt/beszel
curl -sL https://raw.githubusercontent.com/henrygd/beszel/main/supplemental/scripts/install-hub.sh -o install.sh
chmod +x install.sh
$STD ./install.sh