Skip to content
Snippets Groups Projects
Commit 3ecd395b authored by Marius Burkard's avatar Marius Burkard
Browse files

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
parents b6d7eedc 66358f7d
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ if [[ "$SOURCE" == "stable" ]] ; then
elif [[ "$SOURCE" == "nightly" ]] ; then
URL="https://www.ispconfig.org/downloads/ISPConfig-3-nightly.tar.gz"
elif [[ "$SOURCE" == "git-develop" ]] ; then
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"
else
echo "Please choose an installation source (stable, nightly, git-develop)"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment