Skip to content

Commit c54738e

Browse files
committed
updated download URL
1 parent df8b889 commit c54738e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitea-update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if [ $NEW_VER != $CUR_VER ]; then
5757
echo "There is a newer release available, downloading..."
5858
fi
5959
# Download the latest version of Gitea binary
60-
wget -N https://dl.gitea.io/gitea/$NEW_VER/gitea-$NEW_VER-$ARCH -P $DIR/bin/
60+
wget -N https://github.com/go-gitea/gitea/releases/download/v$NEW_VER/gitea-$NEW_VER-$ARCH -P $DIR/bin/
6161
# Set USER/GROUP ownership for new Gitea binary
6262
chown $USER:$GROUP $DIR/bin/gitea-$NEW_VER-$ARCH
6363
# Set permissions for new Gitea binary (rwxr-x---)

0 commit comments

Comments
 (0)