3 lines
96 B
Bash
3 lines
96 B
Bash
#!/bin/bash
|
|
#configurer sudo
|
|
echo "%wheel ALL=(ALL) NOPASSWD: ALL" > $CHROOT/etc/sudoers.d/wheel |