Remove sudo reauthentication before running nh

This commit is contained in:
SebastianStork 2024-10-19 21:37:24 +02:00
parent 3ff4e0307b
commit 51f44b3f7a

View file

@ -1,18 +1,16 @@
set quiet := true
rebuild := "sudo -v && nh os"
default:
just --list --unsorted
switch:
{{ rebuild }} switch .
nh os switch .
test:
{{ rebuild }} test .
nh os test .
boot:
{{ rebuild }} boot .
nh os boot .
reboot: boot
reboot