diff --git a/defaults.inc b/defaults.inc index 386b648..4dcfb9b 100755 --- a/defaults.inc +++ b/defaults.inc @@ -2,7 +2,7 @@ action="$1" FOLDER='/opt/idssys/linupx' -VERS='6.60.4-08282023' +VERS='6.60.10-08282023' diff --git a/linupx-scripts.sh b/linupx-scripts.sh index b38556e..5797e97 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -562,6 +562,7 @@ DSMON_INSTALL() { esac } TAILSCALE_INSTALL() { + echo echo "This script currently only works with Ubuntu" read -n 1 -p "Are you sure you wish to install Tailscale (Y/n)?" choice case "$choice" in @@ -577,7 +578,7 @@ TAILSCALE_INSTALL() { ${APTFUNC} install tailscale echo - read -n 1 -p "Tailscale is now installed, would you like to connect to https://headscale.scity.us?" choice + read -n 1 -p "Tailscale is now installed, would you like to connect to https://headscale.scity.us (Y/n)?" choice case "$choice" in [Nn]) INSTALL_MENU;; * )