dotfiles/distros/alpine/sys-scripts/00-remove-sudo.sh
2023-10-14 22:38:11 +02:00

5 lines
No EOL
40 B
Bash

#!/bin/sh
# removes sudo
apk del sudo