dotfiles/crates/00-system/crate.sh

8 lines
127 B
Bash
Raw Normal View History

2023-09-01 03:34:16 +02:00
#!/bin/sh
describe="Install stuff on the system!"
scripts="@distro @self"
2023-09-01 03:34:16 +02:00
super_apply() {
cp files/sudoers /etc/sudoers
}