diff options
Diffstat (limited to 'arch')
-rwxr-xr-x | arch/required | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/required b/arch/required index ffc0604..bf6c8a4 100755 --- a/arch/required +++ b/arch/required @@ -1,7 +1,7 @@ #!/bin/bash set -e U=tom -pacman -S --needed - < mainline +pacman -S --needed - <mainline useradd -m $U passwd $U @@ -10,7 +10,7 @@ git clone https://aur.archlinux.org/yay-bin.git /home/$U/yay chown $U:$U -R /home/$U -echo "$U ALL=(ALL) ALL" >> /etc/sudoers +echo "$U ALL=(ALL) ALL" >>/etc/sudoers cd /home/$U/yay && sudo -u $U makepkg -si --noconfirm |