summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2023-02-12 17:06:17 +0100
committerTom Barrett <tom@tombarrett.xyz>2023-02-12 17:06:17 +0100
commitd42be4aae613212561e8b0e608ca313be5d89330 (patch)
tree85b00e66960b553712d3a92557cd6482c00ce6e6 /arch
parentc9d032760c886d5b639df15e50ac8b0636cb0524 (diff)
2023 update
Diffstat (limited to 'arch')
-rwxr-xr-xarch/required4
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