mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
minor fixes
This commit is contained in:
parent
e8672ca2a6
commit
381420ad50
11 changed files with 675 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue