From 1921bac4fb3f3866b23d1d1be01841734b063768 Mon Sep 17 00:00:00 2001 From: Joulinar <47155374+Joulinar@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:00:49 +0100 Subject: [PATCH] v8.24 DietPi-Software | NZBGet - Update of the download URL due to a new project maintainer. --- dietpi/dietpi-software | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100755 => 100644 dietpi/dietpi-software diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software old mode 100755 new mode 100644 index ccb6d07ef0..3777e5b796 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -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