chore: fix update msg (#10593)

This commit is contained in:
Tobias
2026-01-06 22:57:40 +01:00
committed by GitHub
parent cf4fa97843
commit 08d67aa722
440 changed files with 563 additions and 559 deletions

View File

@@ -111,7 +111,7 @@ function update() {
systemctl start adguardhome-sync.service
fi
msg_ok "Started service"
msg_ok "Updated successfully"
msg_ok "Updated successfully!"
exit
fi
}

View File

@@ -92,7 +92,7 @@ function update_copyparty() {
msg_info "Updating $APP"
curl -fsSL "$SRC_URL" -o "$BIN_PATH"
chmod +x "$BIN_PATH"
msg_ok "Updated $APP"
msg_ok "Updated successfully!"
exit 0
}

View File

@@ -85,4 +85,4 @@ msg_info "Installing ${APP} Common Bouncer"
apt-get install -y crowdsec-firewall-bouncer-iptables &>/dev/null
msg_ok "Installed ${APP} Common Bouncer"
msg_ok "Completed Successfully!\n"
msg_ok "Completed successfully!\n"

View File

@@ -96,7 +96,7 @@ update_glances_debian() {
uv pip install --upgrade "glances[web]" >/dev/null 2>&1
deactivate
systemctl restart glances
msg_ok "Updated $APP"
msg_ok "Updated successfully!"
}
# uninstall on Debian/Ubuntu
@@ -163,7 +163,7 @@ update_glances_alpine() {
uv pip install --upgrade "glances[web]" >/dev/null 2>&1
deactivate
rc-service glances restart
msg_ok "Updated $APP"
msg_ok "Updated successfully!"
}
# uninstall on Alpine

View File

@@ -130,7 +130,7 @@ install() {
$STD apt-get update
$STD apt-get install -y netdata
msg_ok "Installed Netdata"
msg_ok "Completed Successfully!\n"
msg_ok "Completed successfully!\n"
echo -e "\n Netdata should be reachable at${BL} http://$(hostname -I | awk '{print $1}'):19999 ${CL}\n"
}
@@ -148,7 +148,7 @@ uninstall() {
$STD apt autoremove -y
$STD userdel netdata || true
msg_ok "Uninstalled Netdata"
msg_ok "Completed Successfully!\n"
msg_ok "Completed successfully!\n"
}
header_info

View File

@@ -64,7 +64,7 @@ function update() {
msg_info "Starting service"
systemctl start nextcloud-exporter
msg_ok "Started service"
msg_ok "Updated successfully"
msg_ok "Updated successfully!"
exit
fi
}

View File

@@ -57,6 +57,6 @@ systemctl enable --now OliveTin &>/dev/null
rm OliveTin_linux_amd64.deb
msg_ok "Installed ${APP} on $hostname"
msg_ok "Completed Successfully!\n"
msg_ok "Completed successfully!\n"
echo -e "${APP} should be reachable by going to the following URL.
${BL}http://$IP:1337${CL} \n"

View File

@@ -84,7 +84,7 @@ function update() {
systemctl start pihole-exporter
fi
msg_ok "Started service"
msg_ok "Updated successfully"
msg_ok "Updated successfully!"
exit
fi
}

View File

@@ -84,7 +84,7 @@ function update() {
systemctl start qbittorrent-exporter
fi
msg_ok "Started service"
msg_ok "Updated successfully"
msg_ok "Updated successfully!"
exit
fi
}

View File

@@ -112,5 +112,5 @@ fi
sleep 1
whiptail --backtitle "Proxmox VE Helper Scripts" --msgbox --title "Added tools" "vainfo, execute command 'vainfo'\nintel-gpu-tools, execute command 'intel_gpu_top'" 8 58
msg_ok "Completed Successfully!\n"
msg_ok "Completed successfully!\n"
echo -e "Reboot container ${BL}$privileged_container${CL} to apply the new settings\n"

View File

@@ -1,11 +1,8 @@
#!/usr/bin/env bash
# Copyright (c) 2021-2026 tteck
# Copyright (c) 2025 DonPablo1010
# Adapted for the Proxmox Backup Server - Baremetal Only
# License: MIT
# This script searches for CPU microcode packages (Intel/AMD) and offers the option to install them.
# A system reboot is required to apply the changes.
# IMPORTANT: This script will only proceed if running on bare metal. If running in a VM, it will exit.
# Copyright (c) 2021-2026 community-scripts ORG
# Author: DonPablo1010 | Co-Author: tteck (tteckster)
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
function header_info {
clear