Files
arch_config/user_setup.sh
2020-12-18 20:38:29 +00:00

9 lines
157 B
Bash

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
cd /home/tobi
su tobi