Merge pull request #14 from tteck/main

[pull] main from tteck:main
This commit is contained in:
pull[bot]
2024-05-10 02:23:39 +00:00
committed by GitHub
5 changed files with 159 additions and 1 deletions
+1
View File
@@ -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