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