mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 08:19:17 +00:00
Compare commits
5 Commits
02da8575f2
...
bd00462bce
Author | SHA1 | Date | |
---|---|---|---|
|
bd00462bce | ||
|
6719fb17c0 | ||
|
41cbd6b749 | ||
|
159f65c138 | ||
|
3528dba6bf |
@ -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
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user