Massive Update (Remove StorageCheck (old) + Add Ressource & StorageCheck, Remove Whiptail, Remove PCT Ressource Set

This commit is contained in:
CanbiZ 2024-11-18 13:58:55 +01:00
parent fb0706469b
commit deb239d8ca
172 changed files with 350 additions and 127 deletions

View file

@ -55,6 +55,8 @@ function default_settings() {
function update_script() {
header_info
check_container_storage
check_container_resources
if [[ ! -f /usr/local/bin/gitea ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
RELEASE=$(wget -q https://github.com/go-gitea/gitea/releases/latest -O - | grep "title>Release" | cut -d " " -f 4 | sed 's/^v//')
msg_info "Updating $APP to ${RELEASE}"