Update proxmenu-scripts.sh

This commit is contained in:
2026-03-07 02:11:41 -06:00
parent ddfec2f1f1
commit e9559b27a2

View File

@@ -191,11 +191,8 @@ DOWNLOAD_VIRTIO() {
rm -f /var/lib/vz/template/iso/${VIRTIO_FILE}
echo -e "${idsCL[Red]}Done${idsCL[Default]}"
fi
echo -en "\n${idsCL[LightCyan]}Downloading '${idsCL[White]}${VIRTIO_FILE}${idsCL[LightCyan]}' ... "
wget -q -F -P /var/lib/vz/template/iso ${VIRTIO_DOWNLOAD_URL}
echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}"
echo -e "\n${idsCL[Green]}VirtIO drivers for Windows have been downloaded to the local storage${idsCL[Default]}"
wget -q -F -P /var/lib/vz/template/iso ${VIRTIO_DOWNLOAD_URL} &
echo -e "\n${idsCL[LightCyan]}Downloading will continue in the background\n"
[ ${action-x} ] && exit 0 || ENTER2CONTINUE
}
@@ -232,6 +229,7 @@ MAIN_MENU() {
echo -en " [${idsCL[LightYellow]}1${idsCL[Default]}] ${idsCL[White]}Run Post-Install Script${idsCL[Default]}"
[ -f /opt/.PROXMENUX_POST_INSTALL ] && echo -e "${idsCL[Cyan]} - Has been ran prevously${idsCL[Default]}" || echo
if ! pvesh get /cluster/resources | grep -i pulse &> /dev/nul ; then
echo -e " [${idsCL[LightYellow]}2${idsCL[Default]}] ${idsCL[White]}Install Pulse Monitoring${idsCL[Default]}"
else
@@ -245,11 +243,13 @@ MAIN_MENU() {
else
echo -e "${idsCL[DarkGray]} [3] ConnectWise RMM Agent is already installed${idsCL[Default]}"
fi
if [ "$(dpkg -l | awk '/cyberprotect/ {print }'|wc -l)" -eq 0 ]; then
echo -e " [${idsCL[LightYellow]}5${idsCL[Default]}] ${idsCL[White]}Install Acronis Backup Agent${idsCL[Default]}"
else
echo -e "${idsCL[DarkGray]} [5] Acronis Backup is already installed${idsCL[Default]}"
fi
if [ "$(dpkg -l | awk '/sentinelagent/ {print }'|wc -l)" -eq 0 ]; then
echo -e " [${idsCL[LightYellow]}6${idsCL[Default]}] ${idsCL[White]}Install SentinelOne Agent${idsCL[Default]}"
else
@@ -262,6 +262,7 @@ MAIN_MENU() {
else
echo -e "${idsCL[DarkGray]} [7] Glances is already installed${idsCL[Default]}"
fi
if [ "$(dpkg -l | awk '/srvadmin-all/ {print }'|wc -l)" -eq 0 ]; then
echo -e " [${idsCL[LightYellow]}8${idsCL[Default]}] ${idsCL[White]}Install Dell OpenManage Server Administrator${idsCL[Default]}"
else