Compare commits

..

No commits in common. "bd00462bce213e30e502ef5fc380136e09983e67" and "02da8575f26de3665c274af7ad1a948a524f8e71" have entirely different histories.

2 changed files with 7 additions and 11 deletions

View File

@ -62,16 +62,12 @@ msg_info "Stopping ${APP}"
systemctl stop nextpvr-server
msg_ok "Stopped ${APP}"
msg_info "Updating LXC packages"
msg_info "Updating ${APP}"
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
dpkg -i nextpvr-helper.deb &>/dev/null
msg_ok "Updated ${APP}"
DEBIAN_FRONTEND=noninteractive dpkg -i nextpvr-helper.deb &>/dev/null
msg_info "Starting ${APP}"
systemctl start nextpvr-server

View File

@ -2,7 +2,7 @@
"name": "NextPVR",
"slug": "nextpvr",
"categories": [
17
0
],
"date_created": "2024-11-20",
"type": "ct",
@ -18,9 +18,9 @@
"type": "default",
"script": "/ct/nextpvr.sh",
"resources": {
"cpu": "1",
"ram": "1024",
"hdd": "5",
"cpu": 1,
"ram": 1024,
"hdd": 5,
"os": "Debian",
"version": 12
}
@ -31,4 +31,4 @@
"password": null
},
"notes": []
}
}