Auto Update

This commit is contained in:
matt1432 2023-01-20 20:43:27 -05:00
parent baf9ab833c
commit 48b27eed0c

View file

@ -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