Skip to content

Commit

Permalink
Skip confirmation for add-apt-repository
Browse files Browse the repository at this point in the history
  • Loading branch information
basak committed Sep 22, 2011
1 parent 6a8433a commit fc48ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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/trunk
yes|sudo add-apt-repository ppa:nova-core/trunk
sudo apt-get update
sudo apt-get install -y dnsmasq-base kpartx kvm gawk iptables ebtables
sudo apt-get install -y user-mode-linux kvm libvirt-bin
Expand Down

0 comments on commit fc48ba1

Please sign in to comment.