mirror of https://github.com/tteck/Proxmox.git
parent
4cddfa3b12
commit
1e5f4b152e
|
@ -41,6 +41,7 @@ $STD tar zxvf <(curl -fsSL https://github.com/sabnzbd/sabnzbd/releases/download/
|
||||||
mv SABnzbd-${RELEASE} /opt/sabnzbd
|
mv SABnzbd-${RELEASE} /opt/sabnzbd
|
||||||
cd /opt/sabnzbd
|
cd /opt/sabnzbd
|
||||||
$STD python3 -m pip install -r requirements.txt
|
$STD python3 -m pip install -r requirements.txt
|
||||||
|
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
|
||||||
msg_ok "Installed SABnzbd"
|
msg_ok "Installed SABnzbd"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
|
Loading…
Reference in New Issue