From 6260e346774eac55b8062e19b78f35aa8b35a2f8 Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 24 Nov 2024 23:22:18 +0300 Subject: update --- rice.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rice.sh b/rice.sh index 718a0df..a5c32ee 100755 --- a/rice.sh +++ b/rice.sh @@ -48,6 +48,7 @@ cd someblocks make clean install cd "$WORKDIRECTORY" cd .. +cp "$WORKDIRECTORY"/aurdeps.txt . rm -rf dwldots ln -s /usr/bin/wmenu /usr/bin/dmenu @@ -91,5 +92,7 @@ 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 +rm aurdeps.txt +rm -rf yay echo "Your linux is riced!" -- cgit v1.2.3