dotfiles/distros/alpine/sys-scripts/00-remove-sudo.sh

5 lines
40 B
Bash
Raw Normal View History

2023-10-14 22:38:11 +02:00
#!/bin/sh
# removes sudo
apk del sudo