diff options
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 |