Change sudo to doas and update setup

This commit is contained in:
2021-07-16 16:54:09 +01:00
parent f4b28de956
commit 8541b1e861
9 changed files with 27 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
echo "Initialising Wacom settings"
sudo tee /etc/udev/rules.d/99-wacom.rules <<HRD
doas tee /etc/udev/rules.d/99-wacom.rules <<HRD
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="056a", TAG+="systemd". ENV{SYSTEMD_USER_WANTS}+="wacom.service"
HRD