update
This commit is contained in:
@@ -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'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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;;
|
||||||
* )
|
* )
|
||||||
|
|||||||
Reference in New Issue
Block a user