Skip to content

Commit 66358f7

Browse files
author
Marius Burkard
committed
Change URI for git-develop download
1 parent b6d7eed commit 66358f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/scripts/update_runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [[ "$SOURCE" == "stable" ]] ; then
2626
elif [[ "$SOURCE" == "nightly" ]] ; then
2727
URL="https://www.ispconfig.org/downloads/ISPConfig-3-nightly.tar.gz"
2828
elif [[ "$SOURCE" == "git-develop" ]] ; then
29-
URL="https://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=develop"
29+
URL="https://git.ispconfig.org/ispconfig/ispconfig3/-/archive/develop/ispconfig3-develop.tar.gz"
3030
else
3131
echo "Please choose an installation source (stable, nightly, git-develop)"
3232
exit 1

0 commit comments

Comments
 (0)