From 29283581e454a43b1d2452be3dfe34a223e3977d Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 3 Jul 2022 19:35:48 -0400 Subject: [PATCH] Update add-tailscale-lxc.sh --- misc/add-tailscale-lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/add-tailscale-lxc.sh b/misc/add-tailscale-lxc.sh index 766a3861..72d2993e 100644 --- a/misc/add-tailscale-lxc.sh +++ b/misc/add-tailscale-lxc.sh @@ -45,5 +45,5 @@ 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)" || 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"