3 lines
73 B
Plaintext
3 lines
73 B
Plaintext
|
#!/bin/sh
|
||
|
sudo echo "Defaults env_keep += \"SUDO_USER\"" >> /etc/sudoers
|