Skip to content

Commit

Permalink
Merge pull request #33 from stimko68/nas/nzbgetcom
Browse files Browse the repository at this point in the history
Switch to nzbgetcom GitHub repository
  • Loading branch information
jshridha authored Jan 5, 2024
2 parents 6d8b3b1 + 4989c4e commit 4945f16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM binhex/arch-int-vpn:latest
ENV NZBGET_VERSION=21.1
ENV NZBGET_VERSION=22.0
# additional files
##################

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4945f16

Please sign in to comment.