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 df8b889 commit c54738eCopy full SHA for c54738e
gitea-update.sh
@@ -57,7 +57,7 @@ if [ $NEW_VER != $CUR_VER ]; then
57
echo "There is a newer release available, downloading..."
58
fi
59
# Download the latest version of Gitea binary
60
- wget -N https://dl.gitea.io/gitea/$NEW_VER/gitea-$NEW_VER-$ARCH -P $DIR/bin/
+ wget -N https://github.com/go-gitea/gitea/releases/download/v$NEW_VER/gitea-$NEW_VER-$ARCH -P $DIR/bin/
61
# Set USER/GROUP ownership for new Gitea binary
62
chown $USER:$GROUP $DIR/bin/gitea-$NEW_VER-$ARCH
63
# Set permissions for new Gitea binary (rwxr-x---)
0 commit comments