We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa8e5e commit 5da625dCopy full SHA for 5da625d
vars/Archlinux.yml
@@ -15,6 +15,10 @@ borg_pip_packages:
15
- xxhash
16
- xz
17
- zstd
18
+ - libfuse-dev
19
+ - fuse
20
+ - libfuse3-dev
21
+ - fuse3
22
23
borg_distro_packages:
24
- borg
vars/Debian.yml
@@ -18,6 +18,10 @@ borg_pip_packages:
- python3-pkgconfig
- python3-msgpack
- python3-venv
25
26
27
- borgbackup
vars/Fedora.yml
@@ -20,6 +20,10 @@ borg_pip_packages:
- python3-wheel
- xxhash-devel
28
29
0 commit comments