aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rice.sh')
-rwxr-xr-xrice.sh3
1 files changed, 3 insertions, 0 deletions
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!"