Skip to content

Commit 3ecd395

Browse files
author
Marius Burkard
committed
Merge branch '6175-git-develop-in-ispconfig_update-sh-not-working' into 'develop'
Resolve "git-develop in ispconfig_update.sh not working" Closes #6175 See merge request ispconfig/ispconfig3!1487
2 parents b6d7eed + 66358f7 commit 3ecd395

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)