fix: install more dependencies for borg
This commit is contained in:
parent
5ffcf0297c
commit
65a9a7c9be
|
@ -2,7 +2,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Rattail -- Retail Software Framework
|
# Rattail -- Retail Software Framework
|
||||||
# Copyright © 2010-2018 Lance Edgar
|
# Copyright © 2010-2024 Lance Edgar
|
||||||
#
|
#
|
||||||
# This file is part of Rattail.
|
# This file is part of Rattail.
|
||||||
#
|
#
|
||||||
|
@ -26,8 +26,6 @@ Fabric library for Borg backups
|
||||||
https://www.borgbackup.org/
|
https://www.borgbackup.org/
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import unicode_literals, absolute_import
|
|
||||||
|
|
||||||
from rattail_fabric2 import apt
|
from rattail_fabric2 import apt
|
||||||
|
|
||||||
|
|
||||||
|
@ -39,6 +37,9 @@ def install_dependencies(c):
|
||||||
c,
|
c,
|
||||||
'libacl1-dev',
|
'libacl1-dev',
|
||||||
'libfuse-dev',
|
'libfuse-dev',
|
||||||
|
'liblz4-dev',
|
||||||
'libssl-dev',
|
'libssl-dev',
|
||||||
|
'libxxhash-dev',
|
||||||
|
'libzstd-dev',
|
||||||
'pkg-config',
|
'pkg-config',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue