aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
authorawy <awy@awy.one>2024-11-24 23:17:08 +0300
committerawy <awy@awy.one>2024-11-24 23:17:08 +0300
commitffd1c2c2ebb25ef4c3694a1aeb3cf13b0e86dd57 (patch)
tree740f1cce84c459b1eb1eb5744c62883ebbe22bb6 /rice.sh
parentb105efa2bfed0cefae8f97e73723048da8f7f7cc (diff)
update
Diffstat (limited to 'rice.sh')
-rwxr-xr-xrice.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/rice.sh b/rice.sh
index 20e3ddb..718a0df 100755
--- a/rice.sh
+++ b/rice.sh
@@ -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!"