Skip to content

Commit

Permalink
Merge pull request #3198 from jjwatt/patch-1
Browse files Browse the repository at this point in the history
Update install.md ostree Debian dependencies.
  • Loading branch information
openshift-merge-robot authored May 26, 2019
2 parents b1d590b + 78f2fa5 commit 25f8c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ git submodule update --init
# for Fedora, CentOS, RHEL
sudo yum install -y automake bison e2fsprogs-devel fuse-devel libtool xz-devel zlib-devel
# for Debian, Ubuntu etc.
sudo apt-get install -y automake bison e2fsprogs fuse liblzma-dev libtool zlib1g
sudo apt-get install -y automake bison e2fsprogs e2fslibs-dev fuse libfuse-dev libgpgme-dev liblzma-dev libtool zlib1g

./autogen.sh --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc
# remove --nonet option due to https:/github.com/ostreedev/ostree/issues/1374
Expand Down

0 comments on commit 25f8c21

Please sign in to comment.