Auto Update

This commit is contained in:
matt1432 2023-01-08 10:40:46 -05:00
parent 33e3edb6c2
commit ed26ece5fd

View file

@ -14,4 +14,10 @@ PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[0
EOF
ln ./nanorc /etc/nanorc
echo "Install fzf pls"
if [ "$1" != null ] ; then
rm /etc/sudoers.d/user
echo "$1 ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/user
fi
echo "Install fzf, log out and log back in"