diff --git a/Dockerfile b/Dockerfile index 6970988..2d72a1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM binhex/arch-int-vpn:latest -ENV NZBGET_VERSION=21.1 +ENV NZBGET_VERSION=22.0 # additional files ################## diff --git a/README.md b/README.md index 84a01f1..0407a13 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This Docker includes OpenVPN and WireGuard to ensure a secure and private connec **Build notes** -Latest stable NZBGet release from Arch Linux repo (v21.0) +Latest stable NZBGet release from Arch Linux repo (v22.0) Latest stable Privoxy release from Arch Linux repo. Latest stable OpenVPN release from Arch Linux repo. Latest stable WireGuard release from Arch Linux repo. diff --git a/build/root/install.sh b/build/root/install.sh index 84170cf..4f8ff49 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -49,7 +49,7 @@ source aur.sh # install nzbget -wget -O /tmp/nzbget.run https://github.com/nzbget/nzbget/releases/download/v$NZBGET_VERSION/nzbget-$NZBGET_VERSION-bin-linux.run +wget -O /tmp/nzbget.run https://github.com/nzbgetcom/nzbget/releases/download/v$NZBGET_VERSION/nzbget-$NZBGET_VERSION-bin-linux.run sh /tmp/nzbget.run --destdir /usr/sbin/nzbget_bin ln -s /usr/sbin/nzbget_bin/nzbget /usr/sbin/nzbget