diff options
author | awy <awy@awy.one> | 2024-11-24 23:26:00 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-24 23:26:00 +0300 |
commit | 445e22aff3eb15f334de65f81dc8e6192ee423ae (patch) | |
tree | 73157c85238aaa203d145f778c245c24c4ab8cad /rice.sh | |
parent | 6260e346774eac55b8062e19b78f35aa8b35a2f8 (diff) |
fixes
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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!" |