Compare commits

..

5 Commits

Author SHA1 Message Date
CanbiZ
bd00462bce
Update json/nextpvr.json
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-21 10:06:51 +01:00
CanbiZ
6719fb17c0
Update json/nextpvr.json
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-21 10:06:46 +01:00
CanbiZ
41cbd6b749
Update json/nextpvr.json
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-21 10:06:31 +01:00
CanbiZ
159f65c138
Add NextPVR to DVR/NVR Category 2024-11-21 09:39:11 +01:00
CanbiZ
3528dba6bf
Set Updating in CT 2024-11-21 09:37:55 +01:00
2 changed files with 11 additions and 7 deletions

View File

@ -62,12 +62,16 @@ msg_info "Stopping ${APP}"
systemctl stop nextpvr-server systemctl stop nextpvr-server
msg_ok "Stopped ${APP}" msg_ok "Stopped ${APP}"
msg_info "Updating ${APP}" msg_info "Updating LXC packages"
apt-get update &>/dev/null apt-get update &>/dev/null
apt-get -y upgrade &>/dev/null apt-get -y upgrade &>/dev/null
msg_ok "Updated LXC packages"
msg_info "Updating ${APP}"
cd /opt cd /opt
wget -q https://nextpvr.com/nextpvr-helper.deb 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}" msg_info "Starting ${APP}"
systemctl start nextpvr-server systemctl start nextpvr-server

View File

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