This commit is contained in:
2023-08-28 23:13:27 -05:00
parent 9f93cddfd0
commit c5d130c2e7
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
action="$1" action="$1"
FOLDER='/opt/idssys/linupx' FOLDER='/opt/idssys/linupx'
VERS='6.60.4-08282023' VERS='6.60.10-08282023'

View File

@@ -562,6 +562,7 @@ DSMON_INSTALL() {
esac esac
} }
TAILSCALE_INSTALL() { TAILSCALE_INSTALL() {
echo
echo "This script currently only works with Ubuntu" echo "This script currently only works with Ubuntu"
read -n 1 -p "Are you sure you wish to install Tailscale (Y/n)?" choice read -n 1 -p "Are you sure you wish to install Tailscale (Y/n)?" choice
case "$choice" in case "$choice" in
@@ -577,7 +578,7 @@ TAILSCALE_INSTALL() {
${APTFUNC} install tailscale ${APTFUNC} install tailscale
echo 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 case "$choice" in
[Nn]) INSTALL_MENU;; [Nn]) INSTALL_MENU;;
* ) * )