diff --git a/scripts/installer.sh b/scripts/installer.sh index 00234e190..05f89be14 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -502,7 +502,7 @@ main() { ;; pacman) set -x - $SUDO pacman -S tailscale + $SUDO pacman -S tailscale --noconfirm $SUDO systemctl enable --now tailscaled set +x ;;