8 lines
No EOL
127 B
Bash
8 lines
No EOL
127 B
Bash
#!/bin/sh
|
|
|
|
describe="Install stuff on the system!"
|
|
scripts="@distro @self"
|
|
|
|
super_apply() {
|
|
cp files/sudoers /etc/sudoers
|
|
} |