From ed48b37fdf8f491dec8e80545a9e8d68a8fedfea Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 3 May 2026 00:57:04 -0500 Subject: [PATCH] Change update script to reduce typing --- nixos-rebuild-switch.sh => pull-and-switch.sh | 1 + 1 file changed, 1 insertion(+) rename nixos-rebuild-switch.sh => pull-and-switch.sh (82%) diff --git a/nixos-rebuild-switch.sh b/pull-and-switch.sh similarity index 82% rename from nixos-rebuild-switch.sh rename to pull-and-switch.sh index 16212bd..b97ae13 100755 --- a/nixos-rebuild-switch.sh +++ b/pull-and-switch.sh @@ -1,2 +1,3 @@ #!/bin/sh +git pull exec sudo nixos-rebuild switch