minor fixes

This commit is contained in:
Miguel Muniz 2024-07-22 09:06:20 -07:00
parent e8672ca2a6
commit 381420ad50
11 changed files with 675 additions and 4 deletions

View file

@ -9,7 +9,6 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build
function header_info {
clear
cat <<"EOF"
_ __
______(_)_/ /___ ____ _
/ __ / // __/ _ \/ __ /
@ -65,10 +64,10 @@ function update_script() {
header_info
if [[ ! -f /lib/systemd/system/gitea.service ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Updating ${APP} LXC"
apt-get update &>/dev/null
apt-get -y upgrade &>/dev/nullexit
exit
}
start