aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
authorawy <awy@awy.one>2024-11-24 23:32:30 +0300
committerawy <awy@awy.one>2024-11-24 23:32:30 +0300
commite5fdd8d18e343810c7aee912bfb9d9dd9ca6c744 (patch)
treef0752c0c0fa4b54ba867aa1b465065cda13fe7b8 /rice.sh
parent445e22aff3eb15f334de65f81dc8e6192ee423ae (diff)
fixes
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