Update add-tailscale-lxc.sh

This commit is contained in:
tteckster 2022-07-03 19:35:48 -04:00 committed by GitHub
parent d034f97612
commit 29283581e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"