mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 08:19:17 +00:00
Set Updating in CT
This commit is contained in:
parent
02da8575f2
commit
3528dba6bf
@ -62,12 +62,16 @@ msg_info "Stopping ${APP}"
|
||||
systemctl stop nextpvr-server
|
||||
msg_ok "Stopped ${APP}"
|
||||
|
||||
msg_info "Updating ${APP}"
|
||||
msg_info "Updating LXC packages"
|
||||
apt-get update &>/dev/null
|
||||
apt-get -y upgrade &>/dev/null
|
||||
msg_ok "Updated LXC packages"
|
||||
|
||||
msg_info "Updating ${APP}"
|
||||
cd /opt
|
||||
wget -q https://nextpvr.com/nextpvr-helper.deb
|
||||
DEBIAN_FRONTEND=noninteractive dpkg -i nextpvr-helper.deb &>/dev/null
|
||||
dpkg -i nextpvr-helper.deb &>/dev/null
|
||||
msg_ok "Updated ${APP}"
|
||||
|
||||
msg_info "Starting ${APP}"
|
||||
systemctl start nextpvr-server
|
||||
|
Loading…
Reference in New Issue
Block a user