From 1c002462305c2b9d7104cd77ac1b1ffdebd9994a Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 7 Oct 2025 09:44:49 +0300 Subject: tessen --- rice.sh | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'rice.sh') diff --git a/rice.sh b/rice.sh index 2353c71..ed343ee 100755 --- a/rice.sh +++ b/rice.sh @@ -137,12 +137,6 @@ run_as_user git clone https://git.awy.one/mutt-wizard /home/"$PERMUSER"/mutt-wiz 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 @@ -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 -- cgit v1.2.3