diff options
-rwxr-xr-x | rice.sh | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -143,6 +143,14 @@ cd /home/"$PERMUSER" # cd /home/"$PERMUSER" # rm -rf autofox + +run_as_user git clone "https://aur.archlinux.org/xdg-desktop-portal-termfilechooser-hunkyburrito-git.git" termfilechooser +cd termfilechooser +sed -i 's/^[[:space:]]*arch-meson -Dsd-bus-provider=libsystemd build/ arch-meson -Dsd-bus-provider=libelogind -Dsystemd=disabled build/' PKGBUILD +run_as_user makepkg -csi + +cd /home/"$PERMUSER" +rm -rf termfilechooser rm -rf mutt-wizard # MPV |