From 42bf5b2ba531e48d6e2fb0d480dfaec2ed0571fc Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Sun, 3 Jul 2022 19:53:08 -0400
Subject: [PATCH] Update add-tailscale-lxc.sh

---
 misc/add-tailscale-lxc.sh | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/misc/add-tailscale-lxc.sh b/misc/add-tailscale-lxc.sh
index 72d2993ec..fd5aca7ed 100644
--- a/misc/add-tailscale-lxc.sh
+++ b/misc/add-tailscale-lxc.sh
@@ -44,6 +44,9 @@ lxc.cgroup2.devices.allow: c 10:200 rwm
 lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file
 EOF
 
-lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/add-tailscale-install.sh)" || exit
-# lxc-attach -n $CTID -- bash -c "$(curl -fsSL https://tailscale.com/install.sh)" &>/dev/null || exit
-msg "\e[1;33m Finished....Reboot ${CTID} LXC to apply the changes \e[0m"
+msg "⏳ Installing Tailscale..."
+lxc-attach -n $CTID -- bash -c "$(curl -fsSL https://tailscale.com/install.sh)" &>/dev/null || exit
+msg "⌛ Installed Tailscale"
+sleep 2
+msg "\e[1;32m ✔ Completed Successfully!\e[0m"
+msg "Reboot ${CTID} LXC to apply the changes, then run tailscale up in the LXC console"