Files
linux-scripts/alpine/alpine-adduser-sudo.sh
2023-12-01 20:39:22 -06:00

7 lines
111 B
Bash

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