Update user_setup.sh

This commit is contained in:
2020-12-18 20:44:27 +00:00
parent c026722b3a
commit 5e1cc2a895

View File

@@ -5,7 +5,7 @@ passwd tobi
echo "Adding tobi to sudoers list"
echo "tobi ALL=(ALL) ALL" >> my_file.txt
cd /home/tobi
mv ../arch_config /home/tobi/arch_config
mv /root/arch_config /home/tobi/arch_config
chown -R tobi /home/tobi/arch_config
cd arch_config
su tobi