7 lines
142 B
Bash
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 |