Merge pull request #8224 from kevinmcconnell/once-requires-sudo

Run ONCE with sudo when installing
This commit is contained in:
David Heinemeier Hansson
2026-08-27 17:36:31 +02:00
committed by GitHub
+1 -1
View File
@@ -10,4 +10,4 @@ echo "Enabling ONCE background service..."
sudo systemctl enable --now once-background.service
echo -e "\nLaunching ONCE..."
once
sudo once