Fix rm of protected file

This commit is contained in:
David Heinemeier Hansson 2025-08-11 16:44:58 +02:00
parent 1c5a17f852
commit 30e7a323b8

View File

@ -1,5 +1,5 @@
echo "Disable systemd-networkd-wait-online"
rm /etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf
sudo rm -rf /etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf
sudo systemctl disable systemd-networkd-wait-online.service
sudo systemctl mask systemd-networkd-wait-online.service