diff options
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -137,6 +137,12 @@ cd /home/"$PERMUSER"/mutt-wizard make install cd /home/"$PERMUSER" + +run_as_user git clone https://git.awy.one/tessen /home/"$PERMUSER"/tessen +cd /home/"$PERMUSER"/tessen +make install + +cd /home/"$PERMUSER" # run_as_user git clone https://git.awy.one/autofox # cd autofox # run_as_user ./configure_firefox.sh @@ -152,6 +158,7 @@ run_as_user makepkg -csi cd /home/"$PERMUSER" rm -rf termfilechooser rm -rf mutt-wizard +rm -rf tessen # MPV thumbfastlua_url=https://raw.githubusercontent.com/po5/thumbfast/refs/heads/master/thumbfast.lua |