1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-05 16:27:03 +00:00

system: remove unnecessary sudo

This commit is contained in:
Emily 2025-01-14 02:19:01 +00:00
parent b721000dc6
commit 1c21c9410e

View file

@ -28,7 +28,7 @@
printf >&2 '\n'
printf >&2 'The current contents of /etc/synthetic.conf is:\n'
printf >&2 '\n'
sudo sed 's/^/ /' /etc/synthetic.conf >&2
sed 's/^/ /' /etc/synthetic.conf >&2
printf >&2 '\n'
exit 1
fi