Skip to content

Commit

Permalink
feat: Add gvfs package for Thunar file manager
Browse files Browse the repository at this point in the history
This commit adds the `gvfs` package to the pacman package list in the `run_onchange_before_install-thunar.sh.tmpl` script. The `gvfs` package provides support for virtual file systems in Thunar, allowing users to access remote files and devices seamlessly. This enhancement improves the functionality and usability of Thunar as a file manager.
  • Loading branch information
ulises-jeremias committed Sep 2, 2024
1 parent 7c0bfe9 commit b1b8b4d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
{{ if eq .osid "linux-arch" -}}
#!/usr/bin/env bash

sudo pacman -S --noconfirm --needed \
gvfs

yay -S --noconfirm --needed \
thunar \
thunar-archive-plugin \
Expand All @@ -17,7 +20,6 @@ yay -S --noconfirm --needed \
binutils \
bzip2 \
cpio \
gvfs \
lha \
lrzip \
lz4 \
Expand Down

0 comments on commit b1b8b4d

Please sign in to comment.