7666d3ac2d
...instead of having to do the same by hand.
5 lines
57 B
Bash
Executable File
5 lines
57 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
mkdir -p /etc/sudo.d
|
|
chmod 700 /etc/sudo.d
|