dotfiles/crates/00-system/crate.sh
2023-09-01 03:34:16 +02:00

7 lines
No EOL
103 B
Bash

#!/bin/sh
describe="Install stuff on the system!"
super_apply() {
cp files/sudoers /etc/sudoers
}