5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
mkdir -p /etc/sudo.d
|
||
|
chmod 700 /etc/sudo.d
|