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

5 lines
40 B
Bash
Raw Normal View History

2023-08-23 06:49:14 +02:00
#!/bin/sh
# removes sudo
apk del sudo