Adding Debian fuse support

This commit is contained in:
Andre Staffe 2021-12-05 20:23:43 +01:00 committed by GitHub
parent aa5830aca0
commit 0bca4c0f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ borg_packages:
- python3-msgpack
- python3-venv
- openssh-client
- libfuse-dev
- cron
python_bin: python3
@ -17,5 +18,5 @@ pip_bin: pip3
borg_python_packages:
- cython
- borgbackup
- borgbackup[fuse]
- borgmatic