dotfiles/crates/00-system/crate.sh

7 lines
103 B
Bash
Raw Permalink Normal View History

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