mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Moved examples to the right place
This commit is contained in:
@@ -24,9 +24,9 @@ rm /etc/local.d/headless.start
|
||||
|
||||
passwd
|
||||
|
||||
adduser mek
|
||||
adduser $USER
|
||||
apk add sudo
|
||||
echo "mek ALL=(ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/mek
|
||||
echo "${USER} ALL=(ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/${USER}
|
||||
|
||||
lbu commit -d
|
||||
reboot
|
||||
Reference in New Issue
Block a user