Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/Gitea.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ case $ARCH in
esac

# Download the archive
download "https://dl.gitea.io/gitea/$ver/gitea-$ver-linux-$arch" "Downloading the Gitea $ver binary..."
download "https://dl.gitea.io/gitea/$ver/gitea-$ver-linux-$arch -O /home/git/gitea/gitea" "Downloading the Gitea $ver binary..."

# Start the service and enable it to start up at boot
download "https://raw.githubusercontent.com/go-gitea/gitea/master/scripts/systemd/gitea.service -O /etc/systemd/system/gitea.service" "Downloading the Gitea systemd service..."
Expand Down