aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rice.sh')
-rwxr-xr-xrice.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rice.sh b/rice.sh
index f518292..fdfc396 100755
--- a/rice.sh
+++ b/rice.sh
@@ -87,9 +87,9 @@ sed -i 's/#PACMAN_AUTH=.*$/PACMAN_AUTH=(doas)/' /etc/makepkg.conf
doas -u $PERMUSER git clone https://aur.archlinux.org/yay.git
cd yay
doas -u $PERMUSER makepkg -csi --noconfirm
+cd "$WORKDIRECTORY"
DEPLIST="`sed -e 's/#.*$//' -e '/^$/d' aurdeps.txt | tr '\n' ' '`"
doas -u $PERMUSER yay -S $DEPLIST --noconfirm
-cd "$WORKDIRECTORY"
cd ..
rm -rf dwldots
rm -rf yay