mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Make the current user a tailscale operator on install
This commit is contained in:
@@ -10,4 +10,7 @@ echo -e "\nStarting Tailscale..."
|
||||
sudo systemctl enable --now tailscaled.service
|
||||
sudo tailscale up --accept-routes
|
||||
|
||||
echo -e "\nAllowing $USER to manage Tailscale..."
|
||||
sudo tailscale set --operator="$USER"
|
||||
|
||||
omarchy-webapp-install "Tailscale" "https://login.tailscale.com/admin/machines" https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/tailscale-light.png
|
||||
|
||||
Reference in New Issue
Block a user