diff --git a/defaults.inc b/defaults.inc index 40f9f48..2bc76e6 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/ta-proxmenu' -VERS='0.2-12142025' +VERS='2026.1.1' RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 8fe9969..a60eb4d 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -66,6 +66,7 @@ MAIN_MENU() { echo echo -e " [${idsCL[Yellow]}1${idsCL[Default]}] ${idsCL[White]}Install ProxMenux${idsCL[Default]}" echo -e " [${idsCL[Yellow]}2${idsCL[Default]}] ${idsCL[White]}Install Acronis CyberProtect Backup Agent${idsCL[Default]}" + echo -e " [${idsCL[Yellow]}3${idsCL[Default]}] ${idsCL[White]}Install ScreenConnect Agent${idsCL[Default]}" echo echo echo -e " [${idsCL[Yellow]}Q${idsCL[Default]}] ${idsCL[White]}Quit${idsCL[Default]}" @@ -76,8 +77,9 @@ MAIN_MENU() { echo case $opt in - [1]) INSTALL_ACRONIS;; - [2]) INSTALL_PROXMENUX;; + [1]) INSTALL_PROXMENUX;; + [2]) INSTALL_ACRONIS;; + [3]) INSTALL_SCREENCONNECT;; [Qq]) EXIT1 exit 0;; diff --git a/run.sh b/run.sh index d097e6f..96e69eb 100755 --- a/run.sh +++ b/run.sh @@ -5,7 +5,7 @@ source /opt/idssys/defaults/default.inc source /opt/idssys/ta-proxmenu/defaults.inc -if curl -m 3 -s --head --request GET https://git.schroedercity.com | grep "HTTP/2 200" > /dev/null; then +if curl -m 2 -s --head --request GET https://git.schroedercity.com | grep "HTTP/2 200" > /dev/null; then if [ "${1}" != "tapm" ]; then echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}" echo ""