diff options
author | awy <awy@awy.one> | 2025-09-18 02:33:59 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-18 02:33:59 +0300 |
commit | fe444660a33866302dd018e9c2acbce500dbb755 (patch) | |
tree | 5a10b48d4279391c2bea39f9e8e20ad025f54c99 | |
parent | 6ea7de802aa09be503c677fc9c28dfa710c6f5b8 (diff) | |
download | hyprdots-fe444660a33866302dd018e9c2acbce500dbb755.tar.gz |
update
-rw-r--r-- | aurdeps.txt | 2 | ||||
-rwxr-xr-x | rice.sh | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/aurdeps.txt b/aurdeps.txt index 3d4deee..edb6fca 100644 --- a/aurdeps.txt +++ b/aurdeps.txt @@ -1,5 +1,5 @@ gruvbox-gtk-theme-git -tessen +#tessen sing-box newsraft #sing-geoip-rule-set @@ -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 |