update
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
action="$1"
|
action="$1"
|
||||||
FOLDER='/opt/idssys/ta-proxmenu'
|
FOLDER='/opt/idssys/ta-proxmenu'
|
||||||
VERS='2026.2.5'
|
VERS='2026.2.6'
|
||||||
|
|
||||||
RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)
|
RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)
|
||||||
|
|
||||||
|
|||||||
@@ -8,17 +8,20 @@ source /opt/idssys/ta-proxmenu/defaults.inc
|
|||||||
|
|
||||||
|
|
||||||
INSTALL_ACRONIS() {
|
INSTALL_ACRONIS() {
|
||||||
# read -n 1 -p "Are you sure you wish to install Acronis (Y/n)?" choice
|
read -n 1 -p "Are you sure you wish to install Acronis (Y/n)?" choice
|
||||||
# case "$choice" in
|
case "$choice" in
|
||||||
# [Nn]) MAIN_MENU;;
|
[Nn]) MAIN_MENU;;
|
||||||
# * )
|
* )
|
||||||
# echo
|
echo
|
||||||
|
cd /tmp
|
||||||
echo -e "\n${idsCL[LightYellow]}Acronis install script has not been finished ${idsCL[Default]}"
|
wget "https://us5-cloud.acronis.com/bc/api/ams/links/agents/redirect?language=multi&channel=CURRENT&system=linux&architecture=64&productType=enterprise&login=010180ae-63c4-4495-bed0-4ec934c25af9&white_labeled=0" -O ./acronisinstall
|
||||||
echo -e "\n${idsCL[LightCyan]}You're just going to have to do it yourself, you lazy bum .... :*^(${idsCL[Default]}"
|
chmod +x ./acronisinstall
|
||||||
[ ${action-x} ] && exit 0
|
./acronisinstall
|
||||||
ENTER2CONTINUE
|
rm -f ./acronisinstall
|
||||||
# esac
|
echo
|
||||||
|
echo -e "\n${idsCL[Green]}Acronis has been installed${idsCL[Default]}"
|
||||||
|
[ ${action-x} ] && exit 0 || ENTER2CONTINUE
|
||||||
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL_PROXMENUX() {
|
INSTALL_PROXMENUX() {
|
||||||
@@ -28,9 +31,9 @@ INSTALL_PROXMENUX() {
|
|||||||
* )
|
* )
|
||||||
echo
|
echo
|
||||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"
|
||||||
|
systemctl disable --now proxmenux-monitor
|
||||||
echo -e "\n${idsCL[Green]}ProxMenux has been installed${idsCL[Default]}"
|
echo -e "\n${idsCL[Green]}ProxMenux has been installed${idsCL[Default]}"
|
||||||
[ ${action-x} ] && exit 0
|
[ ${action-x} ] && exit 0 || ENTER2CONTINUE
|
||||||
ENTER2CONTINUE
|
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -49,10 +52,9 @@ INSTALL_SCREENCONNECT() {
|
|||||||
apt remove "connectwis*" -y
|
apt remove "connectwis*" -y
|
||||||
dpkg -i /tmp/scinstall
|
dpkg -i /tmp/scinstall
|
||||||
rm -f /tmp/scinstall
|
rm -f /tmp/scinstall
|
||||||
|
systemctl disable --now proxmenux-monitor
|
||||||
echo -e "\n${idsCL[Green]}ScreenConnect has been installed${idsCL[Default]}"
|
echo -e "\n${idsCL[Green]}ScreenConnect has been installed${idsCL[Default]}"
|
||||||
[ ${action-x} ] && exit 0
|
[ ${action-x} ] && exit 0 || ENTER2CONTINUE
|
||||||
ENTER2CONTINUE
|
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -72,8 +74,7 @@ INSTALL_RMM() {
|
|||||||
rm -f /tmp/rmminstall
|
rm -f /tmp/rmminstall
|
||||||
|
|
||||||
echo -e "\n${idsCL[Green]}RMM has been installed${idsCL[Default]}"
|
echo -e "\n${idsCL[Green]}RMM has been installed${idsCL[Default]}"
|
||||||
[ ${action-x} ] && exit 0
|
[ ${action-x} ] && exit 0 || ENTER2CONTINUE
|
||||||
ENTER2CONTINUE
|
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -123,8 +124,7 @@ INSTALL_OMSA() {
|
|||||||
|
|
||||||
echo -e "\n${idsCL[Green]}Dell OMSA has been installed${idsCL[Default]}"
|
echo -e "\n${idsCL[Green]}Dell OMSA has been installed${idsCL[Default]}"
|
||||||
echo -e "\n${idsCL[LightCyan]}Available at: ${idsCL[LightGreen]}https://[proxmox-host-ip]:1311${idsCL[Default]}"
|
echo -e "\n${idsCL[LightCyan]}Available at: ${idsCL[LightGreen]}https://[proxmox-host-ip]:1311${idsCL[Default]}"
|
||||||
[ ${action-x} ] && exit 0
|
[ ${action-x} ] && exit 0 || ENTER2CONTINUE
|
||||||
ENTER2CONTINUE
|
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -151,8 +151,7 @@ DETECT_CPU(){
|
|||||||
*) echo;;
|
*) echo;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
[ ${action-x} ] && exit 0
|
[ ${action-x} ] && exit 0 || ENTER2CONTINUE
|
||||||
ENTER2CONTINUE
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user