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