We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d7eed commit 66358f7Copy full SHA for 66358f7
server/scripts/update_runner.sh
@@ -26,7 +26,7 @@ if [[ "$SOURCE" == "stable" ]] ; then
26
elif [[ "$SOURCE" == "nightly" ]] ; then
27
URL="https://www.ispconfig.org/downloads/ISPConfig-3-nightly.tar.gz"
28
elif [[ "$SOURCE" == "git-develop" ]] ; then
29
- URL="https://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=develop"
+ URL="https://git.ispconfig.org/ispconfig/ispconfig3/-/archive/develop/ispconfig3-develop.tar.gz"
30
else
31
echo "Please choose an installation source (stable, nightly, git-develop)"
32
exit 1
0 commit comments