Auto Update
This commit is contained in:
parent
baf9ab833c
commit
48b27eed0c
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -15,7 +15,7 @@ EOF
|
|||
|
||||
ln ./nanorc /etc/nanorc
|
||||
|
||||
if [ "$1" != null ] ; then
|
||||
if [ "$1" != "" ] ; then
|
||||
rm /etc/sudoers.d/user
|
||||
echo "$1 ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/user
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue