Skip to content

Commit

Permalink
updated download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonjs committed May 30, 2019
1 parent df8b889 commit c54738e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitea-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ $NEW_VER != $CUR_VER ]; then
echo "There is a newer release available, downloading..."
fi
# Download the latest version of Gitea binary
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/
# Set USER/GROUP ownership for new Gitea binary
chown $USER:$GROUP $DIR/bin/gitea-$NEW_VER-$ARCH
# Set permissions for new Gitea binary (rwxr-x---)
Expand Down

0 comments on commit c54738e

Please sign in to comment.