There was an error while loading. Please reload this page.
1 parent 601c772 commit fbcad73Copy full SHA for fbcad73
1 file changed
install/nebula-sync-install.sh
@@ -257,8 +257,8 @@ msg_info "Creating update script"
257
cat <<'UPDATEEOF' >/usr/local/bin/update_nebula-sync
258
#!/usr/bin/env bash
259
# Nebula-Sync Update Script
260
-source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/core.func)
261
-source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/tools.func)
+source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/core.func)
+source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/tools.func)
262
load_functions
263
264
INSTALL_PATH="/opt/nebula-sync"
0 commit comments