mirror of https://github.com/tteck/Proxmox.git
Compare commits
3 Commits
d46076cab9
...
0e01ceb460
Author | SHA1 | Date |
---|---|---|
|
0e01ceb460 | |
|
12bd10bef3 | |
|
bd56416898 |
|
@ -48,7 +48,7 @@ body:
|
|||
- Debian 12
|
||||
- Ubuntu 20.04
|
||||
- Ubuntu 22.04
|
||||
- Ubuntu 23.10
|
||||
- Ubuntu 24.04
|
||||
- type: textarea
|
||||
id: screenshot
|
||||
attributes:
|
||||
|
|
|
@ -63,6 +63,7 @@ if [ "$UPD" == "1" ]; then
|
|||
msg_info "Updating ${APP} LXC"
|
||||
apt-get update &>/dev/null
|
||||
apt-get -y upgrade &>/dev/null
|
||||
msg_ok "Updated ${APP} LXC"
|
||||
exit
|
||||
fi
|
||||
if [ "$UPD" == "2" ]; then
|
||||
|
|
Loading…
Reference in New Issue