7 lines
110 B
Bash
7 lines
110 B
Bash
#!/bin/ash
|
|
|
|
apk update
|
|
apk add sudo
|
|
echo '%wheel ALL=(ALL) ALL' > /etc/sudoers.d/wheel
|
|
adduser akanealw wheel
|