Update proxmenu-scripts.sh
This commit is contained in:
@@ -69,7 +69,7 @@ INSTALL_SCREENCONNECT() {
|
||||
* )
|
||||
echo
|
||||
|
||||
echo -en "${idsCL[LightYellow]}Paste the URL provided from the Build Installer: ${idsCL[Default]}"
|
||||
echo -en "\n${idsCL[LightYellow]}Paste the URL provided from the Build Installer: ${idsCL[Default]}"
|
||||
read -e SCURL
|
||||
wget "${SCURL}" -O /tmp/scinstall
|
||||
dpkg -i /tmp/scinstall
|
||||
@@ -90,7 +90,7 @@ INSTALL_RMM() {
|
||||
* )
|
||||
echo
|
||||
|
||||
echo -en "${idsCL[LightYellow]}Paste the Linux Server URL provided from the Download Agent screen: ${idsCL[Default]}"
|
||||
echo -en "\n${idsCL[LightYellow]}Paste the Linux Server URL provided from the Download Agent screen: ${idsCL[Default]}"
|
||||
read -e RMMURL
|
||||
wget "${RMMURL}" -O /tmp/rmminstall
|
||||
TOKEN="$(echo ${RMMURL} | awk -F 'TKN' '{print $2}' | awk -F '/RUN' '{print $1}')"
|
||||
@@ -226,7 +226,11 @@ MAIN_MENU() {
|
||||
echo -e "${idsCL[DarkGray]} [3] ConnectWise RMM Agent is already installed${idsCL[Default]}"
|
||||
fi
|
||||
echo -e " [${idsCL[LightYellow]}5${idsCL[Default]}] ${idsCL[White]}Install Acronis CyberProtect Backup Agent${idsCL[Default]}"
|
||||
echo -e " [${idsCL[LightYellow]}6${idsCL[Default]}] ${idsCL[White]}Install SentinelOne Agent${idsCL[Default]}"
|
||||
if ! dpkg -s "srvadmin-all" &> /dev/null; then
|
||||
echo -e " [${idsCL[LightYellow]}6${idsCL[Default]}] ${idsCL[White]}Install SentinelOne Agent${idsCL[Default]}"
|
||||
else
|
||||
echo -e "${idsCL[DarkGray]} [6] SentinelOne is already installed${idsCL[Default]}"
|
||||
fi
|
||||
echo
|
||||
if ! command -v glances &> /dev/null; then
|
||||
echo -e " [${idsCL[LightYellow]}8${idsCL[Default]}] ${idsCL[White]}Install Glances (CLI Monitor)${idsCL[Default]}"
|
||||
|
||||
Reference in New Issue
Block a user