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 systemctl stop nextpvr-server
msg_ok "Stopped ${APP}" msg_ok "Stopped ${APP}"
msg_info "Updating LXC packages" msg_info "Updating ${APP}"
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
dpkg -i nextpvr-helper.deb &>/dev/null DEBIAN_FRONTEND=noninteractive 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": [
17 0
], ],
"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
} }
@ -31,4 +31,4 @@
"password": null "password": null
}, },
"notes": [] "notes": []
} }