dotfiles/distros/alpine/sys-scripts/00-remove-sudo.sh
2023-08-23 06:49:14 +02:00

5 lines
No EOL
40 B
Bash

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