diff options
author | awy <awy@awy.one> | 2024-11-24 23:32:30 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-24 23:32:30 +0300 |
commit | e5fdd8d18e343810c7aee912bfb9d9dd9ca6c744 (patch) | |
tree | f0752c0c0fa4b54ba867aa1b465065cda13fe7b8 /rice.sh | |
parent | 445e22aff3eb15f334de65f81dc8e6192ee423ae (diff) |
fixes
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |