Add new file

This commit is contained in:
2020-12-18 20:35:10 +00:00
parent 3c86361842
commit b22adc0d07

7
user_setup Normal file
View File

@@ -0,0 +1,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
su tobi