Files
arch_config/base_install.sh
2020-12-18 20:33:59 +00:00

7 lines
142 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
su tobi