Skip to content

Commit

Permalink
v8.14
Browse files Browse the repository at this point in the history
- DietPi-Software | Gitea: Update fallback URL
  • Loading branch information
MichaIng committed Jan 20, 2023
1 parent d30585a commit 92f65d3
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 @@ -10512,7 +10512,7 @@ _EOF_
*) local arch='arm-6';;
esac

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

# User
Expand Down

0 comments on commit 92f65d3

Please sign in to comment.