diff options
| -rwxr-xr-x | rice.sh | 15 | 
1 files changed, 10 insertions, 5 deletions
@@ -133,12 +133,17 @@ echo "*/30 * * * * export DBUS_SESSION_BUS_ADDRESS=\$(rg --null-data \"DBUS_SESS  */10 * * * * export DBUS_SESSION_BUS_ADDRESS=\$(rg --null-data \"DBUS_SESSION_BUS_ADDRESS\" \"/proc/\$(pgrep -x waybar)/environ\" | sed 's/DBUS_SESSION_BUS_ADDRESS=//'); /home/$PERMUSER/.local/bin/cron/mailup" | run_as_user crontab -  cd /home/"$PERMUSER" -# run_as_user git clone https://git.awy.one/autofox -# cd autofox -# run_as_user ./configure_firefox.sh -# cd /home/"$PERMUSER" +run_as_user git clone https://git.awy.one/autofox +cd autofox +run_as_user ./configure_icecat.sh +cd /home/"$PERMUSER" +rm -rf autofox -# rm -rf autofox +run_as_user git clone https://git.awy.one/statusbar +cd statusbar +run_as_user make +cd /home/"$PERMUSER" +rm -rf statusbar  # MPV  thumbfastlua_url=https://raw.githubusercontent.com/po5/thumbfast/refs/heads/master/thumbfast.lua  |