aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
authorawy <awy@awy.one>2024-11-24 23:22:18 +0300
committerawy <awy@awy.one>2024-11-24 23:22:18 +0300
commit6260e346774eac55b8062e19b78f35aa8b35a2f8 (patch)
tree04d1e12cb5931b9a3235c65cb7de2d3ef712c2f2 /rice.sh
parentffd1c2c2ebb25ef4c3694a1aeb3cf13b0e86dd57 (diff)
update
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!"