mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-23 14:41:43 +00:00
Merge pull request #2728 from ThomasWaldmann/travis-fakeroot
travis: install fakeroot for Linux
This commit is contained in:
commit
d3abf31129
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
|
|||
else
|
||||
pip install virtualenv
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y fakeroot
|
||||
sudo apt-get install -y liblz4-dev
|
||||
sudo apt-get install -y libacl1-dev
|
||||
sudo apt-get install -y libfuse-dev fuse pkg-config # optional, for FUSE support
|
||||
|
|
Loading…
Reference in a new issue