diff options
author | awy <awy@awy.one> | 2025-02-01 19:43:07 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-02-01 19:43:07 +0300 |
commit | 769e28ceea3e7ce431fbc683481b060c47226c36 (patch) | |
tree | 8a1ff217daa8c08e9c98415969a29ac545ec8ed2 /rice.sh | |
parent | 471f8a81c8479eb95bd7ca1ac8245442abc14eb4 (diff) |
paru instead of yay
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |