Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Use official qemu pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Zhang committed Dec 14, 2017
1 parent dcc4715 commit 14402d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/lib/hyper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ frakti::hyper::preinstall() {
return 0
fi
sudo apt-get update -qq
sudo apt-get install -y wget autoconf automake pkg-config libdevmapper-dev libsqlite3-dev libvirt-dev libvirt-bin libaio1 libpixman-1-0 -qq
wget https://s3-us-west-1.amazonaws.com/hypercontainer-download/qemu-hyper/qemu-hyper_2.4.1-1_amd64.deb && sudo dpkg -i --force-all qemu-hyper_2.4.1-1_amd64.deb
sudo apt-get install -y qemu-system-x86 wget autoconf automake pkg-config libdevmapper-dev libsqlite3-dev libvirt-dev libvirt-bin libaio1 libpixman-1-0 -qq
# wget https://s3-us-west-1.amazonaws.com/hypercontainer-download/qemu-hyper/qemu-hyper_2.4.1-1_amd64.deb && sudo dpkg -i --force-all qemu-hyper_2.4.1-1_amd64.deb
}

frakti::hyper::export_related_path() {
Expand Down

0 comments on commit 14402d2

Please sign in to comment.