Skip to content

Commit

Permalink
vagrant: install ostree
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Jun 29, 2018
1 parent f3e7ee3 commit 6c122a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vagrant/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ case "${ID_LIKE:-${ID:-unknown}}" in
apt-get -q -y install zfs-dkms zfsutils-linux
apt-get -q -y install golang gccgo
apt-get -q -y install bats
apt-get -q -y install libostree-dev
apt-get -q -y install libostree-dev ostree
;;
fedora)
dnf -y clean all
dnf -y install make git gcc btrfs-progs-devel device-mapper-devel
dnf -y install golang gcc-go
dnf -y install bats
dnf -y install ostree-devel
dnf -y install ostree-devel ostree
alternatives --set go /usr/lib/golang/bin/go
;;
unknown)
Expand Down

0 comments on commit 6c122a2

Please sign in to comment.