mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
Fixes (#12675)
This commit is contained in:
parent
447fe2c2e3
commit
8be52ab1ad
3 changed files with 33 additions and 2 deletions
|
|
@ -14,10 +14,12 @@ setting_up_container
|
|||
network_check
|
||||
update_os
|
||||
|
||||
setup_nonfree
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt install -y \
|
||||
par2 \
|
||||
unrar-free
|
||||
unrar
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing NZBGet"
|
||||
|
|
@ -27,7 +29,6 @@ setup_deb822_repo \
|
|||
"https://nzbgetcom.github.io/deb" \
|
||||
"stable"
|
||||
$STD apt install -y nzbget
|
||||
sed -i "s|UnrarCmd=unrar|UnrarCmd=unrar-free|g" /var/lib/nzbget/nzbget.conf
|
||||
sed -i "s|SevenZipCmd=7zz|SevenZipCmd=7z|g" /var/lib/nzbget/nzbget.conf
|
||||
systemctl restart nzbget
|
||||
msg_ok "Installed NZBGet"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue