mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
Allow simple copy-paste for package installation with apt
This commit is contained in:
parent
4639617e2b
commit
eb642f06cc
1 changed files with 5 additions and 5 deletions
|
@ -109,11 +109,11 @@ Debian / Ubuntu
|
|||
|
||||
Install the dependencies with development headers::
|
||||
|
||||
sudo apt-get install python3 python3-dev python3-pip python-virtualenv
|
||||
sudo apt-get install libssl-dev openssl
|
||||
sudo apt-get install libacl1-dev libacl1
|
||||
sudo apt-get install liblz4-dev liblz4-1
|
||||
sudo apt-get install build-essential
|
||||
sudo apt-get install python3 python3-dev python3-pip python-virtualenv \
|
||||
libssl-dev openssl \
|
||||
libacl1-dev libacl1 \
|
||||
liblz4-dev liblz4-1 \
|
||||
build-essential
|
||||
sudo apt-get install libfuse-dev fuse pkg-config # optional, for FUSE support
|
||||
|
||||
In case you get complaints about permission denied on ``/etc/fuse.conf``: on
|
||||
|
|
Loading…
Reference in a new issue