mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-12 02:39:17 +00:00
Compare commits
No commits in common. "bd00462bce213e30e502ef5fc380136e09983e67" and "02da8575f26de3665c274af7ad1a948a524f8e71" have entirely different histories.
bd00462bce
...
02da8575f2
@ -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
|
||||||
|
@ -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": []
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user