From 27779668f388ef31063356ae2adfbffa85aa839a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 22 Apr 2026 21:27:56 +0200 Subject: [PATCH] Just use the official package directly --- bin/omarchy-install-tailscale | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/omarchy-install-tailscale b/bin/omarchy-install-tailscale index a4e9ed5b..4094fede 100755 --- a/bin/omarchy-install-tailscale +++ b/bin/omarchy-install-tailscale @@ -2,7 +2,8 @@ # Install the Tailscale mesh VPN service and a web app for the Tailscale Admin Console. -curl -fsSL https://tailscale.com/install.sh | sh +echo -e "\nInstalling Tailscale..." +omarchy-pkg-add tailscale echo -e "\nStarting Tailscale..." sudo tailscale up --accept-routes