From 25a34b113082a9c98b91fbbab0a56d736b8939ba Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Fri, 6 Feb 2026 11:32:37 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20Tailscale=20updates=20in=20?= =?UTF-8?q?justfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .justfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.justfile b/.justfile index fd03c6c..728ed38 100644 --- a/.justfile +++ b/.justfile @@ -1,6 +1,6 @@ # Justfile for system updates -update: update-dnf update-flatpak update-uv update-rust cleanup +update: update-dnf update-flatpak update-uv update-rust update-tailscale cleanup @echo "All updates completed!" update-dnf: @@ -27,3 +27,7 @@ update-uv: update-rust: @echo "Updating Rust" rustup update + +update-tailscale: + @echo "Updating Tailscale" + sudo tailscale update --yes \ No newline at end of file