From 445e22aff3eb15f334de65f81dc8e6192ee423ae Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 24 Nov 2024 23:26:00 +0300 Subject: fixes --- rice.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'rice.sh') 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!" -- cgit v1.2.3