Update user_setup.sh

This commit is contained in:
2020-12-18 20:46:28 +00:00
parent 5e1cc2a895
commit 60c9885338

View File

@@ -3,7 +3,7 @@ pacman -S git base-devel sudo
useradd -m tobi
passwd tobi
echo "Adding tobi to sudoers list"
echo "tobi ALL=(ALL) ALL" >> my_file.txt
echo "tobi ALL=(ALL) ALL" >> /etc/sudoers
cd /home/tobi
mv /root/arch_config /home/tobi/arch_config
chown -R tobi /home/tobi/arch_config