Skip to content

Commit

Permalink
v8.24
Browse files Browse the repository at this point in the history
DietPi-Software | NZBGet - Update of the download URL due to a new project maintainer.
  • Loading branch information
Joulinar authored and MichaIng committed Nov 17, 2023
1 parent 550ce09 commit 1921bac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dietpi/dietpi-software
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10099,8 +10099,9 @@ _EOF_

if To_Install 149 nzbget # NZBGet
then
[[ -f '/mnt/dietpi_userdata/nzbget/nzbget.conf' ]] && local reinstall=1 || local reinstall=0
G_EXEC curl -sSfL 'https://nzbget.net/download/nzbget-latest-bin-linux.run' -o package.run
local reinstall=0
[[ -f '/mnt/dietpi_userdata/nzbget/nzbget.conf' ]] && reinstall=1
G_EXEC_OUTPUT=1 G_EXEC curl -fLo package.run 'https://nzbget.com/download/nzbget-latest-bin-linux.run'
G_EXEC mkdir -p /mnt/dietpi_userdata/nzbget
G_EXEC_OUTPUT=1 G_EXEC dash package.run --destdir /mnt/dietpi_userdata/nzbget
G_EXEC rm package.run
Expand Down

0 comments on commit 1921bac

Please sign in to comment.