Remove vim-minimal workaround
This commit is contained in:
parent
8764fd296a
commit
9ea7a1af14
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user