aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dependencies.txt3
-rwxr-xr-xrice.sh10
2 files changed, 2 insertions, 11 deletions
diff --git a/dependencies.txt b/dependencies.txt
index addccc5..f9b87a2 100644
--- a/dependencies.txt
+++ b/dependencies.txt
@@ -89,7 +89,8 @@ cmake
tllist
solaar
-# TESSEN DEPS #
+# TESSEN #
+tessen
gopass
which
wtype
diff --git a/rice.sh b/rice.sh
index 2353c71..ed343ee 100755
--- a/rice.sh
+++ b/rice.sh
@@ -138,12 +138,6 @@ 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
@@ -159,7 +153,6 @@ 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
@@ -179,9 +172,6 @@ sed -Ei "s/(network).*/\1=yes/" "$scriptopts_dir/thumbfast.conf"
# sponsorblock
run_as_user curl -Ls -o "$config_dir/scripts/sponsorblock_minimal.lua" $sponsorblock_url || echo "Couldn't download: $sponsorblock_url"
-# necessary symlinks (pass for mutt-wizard)
-ln -s /bin/gopass /bin/pass
-
# pam
sed -i '/auth[[:space:]]*include[[:space:]]*system-local-login/a auth optional pam_gnome_keyring.so' /etc/pam.d/login
sed -i '/session[[:space:]]*include[[:space:]]*system-local-login/a session optional pam_gnome_keyring.so auto_start' /etc/pam.d/login