Remove vim-minimal workaround

This commit is contained in:
James Slagle 2014-04-15 07:30:02 -04:00
parent 8764fd296a
commit 9ea7a1af14
2 changed files with 0 additions and 8 deletions

View File

@ -14,10 +14,6 @@ if [ ! -f ~/.ssh/id_rsa ]; then
ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa
fi
# Workaround for:
# https://bugzilla.redhat.com/show_bug.cgi?id=1066983
sudo yum -y update vim-minimal
# Need pip and git (due to pbr) to install instack since this is the source
# install.
sudo yum -y install python-pip git

View File

@ -17,10 +17,6 @@ if [ ! -f ~/.ssh/id_rsa ]; then
ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa
fi
# TODO: Workaround for:
# https://bugzilla.redhat.com/show_bug.cgi?id=1066983
sudo yum -y update vim-minimal
echo "Sourcing answers file from instack.answers..."
source ~/instack.answers