From 60c9885338d40a31fe18126f037bafba8ae84cb4 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Fri, 18 Dec 2020 20:46:28 +0000 Subject: [PATCH] Update user_setup.sh --- user_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_setup.sh b/user_setup.sh index 328164a..48021a7 100644 --- a/user_setup.sh +++ b/user_setup.sh @@ -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