This commit is contained in:
2026-01-01 20:46:30 -06:00
parent e396c3919b
commit 7771e5463a
3 changed files with 6 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
action="$1" action="$1"
FOLDER='/opt/idssys/ta-proxmenu' 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) RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)

View File

@@ -66,6 +66,7 @@ MAIN_MENU() {
echo echo
echo -e " [${idsCL[Yellow]}1${idsCL[Default]}] ${idsCL[White]}Install ProxMenux${idsCL[Default]}" 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]}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 echo
echo -e " [${idsCL[Yellow]}Q${idsCL[Default]}] ${idsCL[White]}Quit${idsCL[Default]}" echo -e " [${idsCL[Yellow]}Q${idsCL[Default]}] ${idsCL[White]}Quit${idsCL[Default]}"
@@ -76,8 +77,9 @@ MAIN_MENU() {
echo echo
case $opt in case $opt in
[1]) INSTALL_ACRONIS;; [1]) INSTALL_PROXMENUX;;
[2]) INSTALL_PROXMENUX;; [2]) INSTALL_ACRONIS;;
[3]) INSTALL_SCREENCONNECT;;
[Qq]) [Qq])
EXIT1 EXIT1
exit 0;; exit 0;;

2
run.sh
View File

@@ -5,7 +5,7 @@
source /opt/idssys/defaults/default.inc source /opt/idssys/defaults/default.inc
source /opt/idssys/ta-proxmenu/defaults.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 if [ "${1}" != "tapm" ]; then
echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}" echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}"
echo "" echo ""