Compare commits

..

No commits in common. "0e01ceb460c72f096402c4f44e67471de6ef6628" and "d46076cab98ea07325e767d1668efd5a8be01266" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -48,7 +48,7 @@ body:
- Debian 12 - Debian 12
- Ubuntu 20.04 - Ubuntu 20.04
- Ubuntu 22.04 - Ubuntu 22.04
- Ubuntu 24.04 - Ubuntu 23.10
- type: textarea - type: textarea
id: screenshot id: screenshot
attributes: attributes:

View File

@ -63,7 +63,6 @@ if [ "$UPD" == "1" ]; then
msg_info "Updating ${APP} LXC" msg_info "Updating ${APP} LXC"
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 ${APP} LXC"
exit exit
fi fi
if [ "$UPD" == "2" ]; then if [ "$UPD" == "2" ]; then