From 90ce858a1cda3a05b53ab22666df707bca6cce0c Mon Sep 17 00:00:00 2001 From: Tobias Strobel Date: Fri, 20 Jan 2023 20:57:54 +0100 Subject: [PATCH] Add tailscale --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 1839f46..ff8cfc0 100755 --- a/install.sh +++ b/install.sh @@ -195,6 +195,7 @@ packages=( yubikey-touch-detector nextcloud-client element-desktop # Matrix client + tailscale ) optdeps=( @@ -263,6 +264,7 @@ services=( cups.service # Printing bluetooth.service # Bluetooth pcscd.socket # Smartcards, mostly eID + tailscaled.service ) if [[ -n "${SUDO_USER:-}" ]]; then