Files
linux-scripts/alpine/alpine-adduser-sudo.sh
2023-12-02 00:49:04 -06:00

7 lines
110 B
Bash

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