update
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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;;
|
||||
|
||||
2
run.sh
2
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 ""
|
||||
|
||||
Reference in New Issue
Block a user