Skip to content

Commit

Permalink
v9.7
Browse files Browse the repository at this point in the history
- DietPi-Software | Komga: Update fallback URL
  • Loading branch information
MichaIng committed Jul 25, 2024
1 parent 8eaefb4 commit d294a99
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 @@ -7472,7 +7472,7 @@ _EOF_
then
Download_Install 'https://github.com/gotson/komga/releases/download/v0.165.0/komga-0.165.0.jar' /mnt/dietpi_userdata/komga/komga.jar
else
local fallback_url='https://github.com/gotson/komga/releases/download/1.11.1/komga-1.11.1.jar'
local fallback_url='https://github.com/gotson/komga/releases/download/1.11.2/komga-1.11.2.jar'
Download_Install "$(curl -sSfL 'https://github.com/gitapi/repos/gotson/komga/releases/latest' | mawk -F\" '/^ *"browser_download_url": ".*\/komga-[^"\/]*\.jar"$/{print $4}')" /mnt/dietpi_userdata/komga/komga.jar
fi

Expand Down

0 comments on commit d294a99

Please sign in to comment.