Update install.func

- globally add update command
This commit is contained in:
tteckster
2023-10-05 15:36:19 -04:00
committed by GitHub
parent 95e6a5436a
commit e45aa5e42a
8 changed files with 2 additions and 14 deletions

View File

@ -143,4 +143,6 @@ EOF
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
msg_ok "Customized Container"
fi
echo "bash -c \"\$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update
}