aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rice.sh')
-rwxr-xr-xrice.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/rice.sh b/rice.sh
index c77aa56..6f69a44 100755
--- a/rice.sh
+++ b/rice.sh
@@ -74,12 +74,12 @@ rm /home/$PERMUSER/.bash*
# makeflags set to number of threads and pacman elevation is doas
sed -i 's/#MAKEFLAGS=.*$/MAKEFLAGS="-j'$(nproc)'"/' /etc/makepkg.conf
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 git clone https://aur.archlinux.org/paru.git
+cd paru
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
+doas -u $PERMUSER paru -S $DEPLIST --noconfirm
doas -u $PERMUSER git clone https://github.com/TheGreatMcPain/gruvbox-material-gtk
doas -u $PERMUSER cp -r gruvbox-material-gtk/themes/Gruvbox-Material-Dark /home/$PERMUSER/.local/share/themes
doas -u $PERMUSER cp -r gruvbox-material-gtk/icons/Gruvbox-Material-Dark /home/$PERMUSER/.local/share/icons