diff options
author | awy <awy@awy.one> | 2024-11-24 23:22:18 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-24 23:22:18 +0300 |
commit | 6260e346774eac55b8062e19b78f35aa8b35a2f8 (patch) | |
tree | 04d1e12cb5931b9a3235c65cb7de2d3ef712c2f2 /rice.sh | |
parent | ffd1c2c2ebb25ef4c3694a1aeb3cf13b0e86dd57 (diff) |
update
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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!" |