aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!"