Skip to content

Commit

Permalink
v8.5
Browse files Browse the repository at this point in the history
- DietPi-Software | Gitea: Update fallback URL
  • Loading branch information
MichaIng committed May 19, 2022
1 parent d30e1c8 commit f7a4a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -11130,7 +11130,7 @@ _EOF_
arch='amd64'
fi

local fallback_url="https://github.com/go-gitea/gitea/releases/download/v1.16.7/gitea-1.16.7-linux-$arch"
local fallback_url="https://github.com/go-gitea/gitea/releases/download/v1.16.8/gitea-1.16.8-linux-$arch"
Download_Install "$(curl -sSfL 'https://api.github.com/repos/go-gitea/gitea/releases/latest' | mawk -F\" "/\"browser_download_url\": \".*\/gitea-[^\"\/]*-linux-$arch\"/{print \$4}")" /mnt/dietpi_userdata/gitea/gitea

# User
Expand Down

0 comments on commit f7a4a72

Please sign in to comment.