aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
authorawy <awy@awy.one>2024-11-24 23:26:00 +0300
committerawy <awy@awy.one>2024-11-24 23:26:00 +0300
commit445e22aff3eb15f334de65f81dc8e6192ee423ae (patch)
tree73157c85238aaa203d145f778c245c24c4ab8cad /rice.sh
parent6260e346774eac55b8062e19b78f35aa8b35a2f8 (diff)
fixes
Diffstat (limited to 'rice.sh')
-rwxr-xr-xrice.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/rice.sh b/rice.sh
index a5c32ee..f518292 100755
--- a/rice.sh
+++ b/rice.sh
@@ -47,9 +47,6 @@ git clone https://git.awy.one/someblocks
cd someblocks
make clean install
cd "$WORKDIRECTORY"
-cd ..
-cp "$WORKDIRECTORY"/aurdeps.txt .
-rm -rf dwldots
ln -s /usr/bin/wmenu /usr/bin/dmenu
@@ -92,7 +89,9 @@ 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
+cd "$WORKDIRECTORY"
+cd ..
+rm -rf dwldots
rm -rf yay
echo "Your linux is riced!"