We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62864fa commit c25917bCopy full SHA for c25917b
steamos.adoc
@@ -317,8 +317,9 @@ the scope of this document.
317
# Set a temporary sudo password like 123456 for current user deck
318
passwd
319
# Configure passwordless sudo access for users in the wheel group
320
-echo "%wheel ALL=(ALL) NOPASSWD:ALL" \
321
-| sudo tee /etc/sudoers.d/wheel >/dev/null
+# echo "%wheel ALL=(ALL) NOPASSWD:ALL" \
+# | sudo tee /etc/sudoers.d/wheel >/dev/null
322
+sudo tee /etc/sudoers.d/wheel >/dev/null <<< "%wheel ALL=(ALL) NOPASSWD:ALL"
323
# Remove the temporary password for the user deck
324
sudo passwd -d deck
325
----
0 commit comments