dotfiles/crates/00-system/crate.sh

8 lines
127 B
Bash
Raw Normal View History

2023-10-14 22:38:12 +02:00
#!/bin/sh
describe="Install stuff on the system!"
scripts="@distro @self"
2023-10-14 22:38:12 +02:00
super_apply() {
cp files/sudoers /etc/sudoers
}