These are sudo actions

This commit is contained in:
David Heinemeier Hansson
2026-01-17 14:53:54 -05:00
parent 7e18659cd6
commit 4921d68ee1

View File

@@ -6,8 +6,8 @@
# Ensure supergfxctl has been installed
if omarchy-cmd-missing supergfxctl; then
omarchy-pkg-aur-add supergfxctl
systemctl enable supergfxd
systemctl start supergfxd
sudo systemctl enable supergfxd
sudo systemctl start supergfxd
# Needed to deal with restoring to sleep where going through VFIO first means we don't need to reboot.
sudo sed -i "s/\"vfio_enable\": \".*\"/\"vfio_enable\": true/" /etc/supergfxd.conf