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
|
||||
msg_ok "Stopped ${APP}"
|
||||
|
||||
msg_info "Updating ${APP}"
|
||||
msg_info "Updating LXC packages"
|
||||
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
|
||||
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}"
|
||||
systemctl start nextpvr-server
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "NextPVR",
|
||||
"slug": "nextpvr",
|
||||
"categories": [
|
||||
0
|
||||
17
|
||||
],
|
||||
"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": []
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user