diff options
author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-12-01 22:43:46 +0000 |
---|---|---|
committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-12-01 22:43:46 +0000 |
commit | 3a96066987e42382e1ed75735473971ea90a76a1 (patch) | |
tree | e08439d17686330b1d92c177e41192b0de814b20 /contrib | |
parent | f8afbcc08b65d4d6764a6dc66c804816573ab3b4 (diff) | |
download | nova-3a96066987e42382e1ed75735473971ea90a76a1.tar.gz |
fix nova.sh to reflect new location of ppa
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/nova.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/nova.sh b/contrib/nova.sh index 1a9f93a3b1..f3eb8351a7 100755 --- a/contrib/nova.sh +++ b/contrib/nova.sh @@ -70,7 +70,7 @@ fi # You should only have to run this once if [ "$CMD" == "install" ]; then sudo apt-get install -y python-software-properties - sudo add-apt-repository ppa:nova-core/ppa + sudo add-apt-repository ppa:nova-core/trunk sudo apt-get update sudo apt-get install -y dnsmasq kpartx kvm gawk iptables ebtables sudo apt-get install -y user-mode-linux kvm libvirt-bin |