diff options
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -83,4 +83,13 @@ sed -i -e '/Color/a\ILoveCandy' /etc/pacman.conf 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 makepkg -csi --noconfirm +DEPLIST="`sed -e 's/#.*$//' -e '/^$/d' aurdeps.txt | tr '\n' ' '`" +doas -u $PERMUSER yay -S $DEPLIST --noconfirm + echo "Your linux is riced!" |