Commit c0ac4fcb by Ned Batchelder

Uninstall Firefox so a new one can be installed

parent 1799facb
......@@ -261,6 +261,11 @@ if [[ $TARGET == *eucalyptus* ]] ; then
echo "Uninstall edx-oauth2-provider"
sudo -u edxapp ${OPENEDX_ROOT}/bin/pip.edxapp uninstall --disable-pip-version-check -y django-oauth2-provider edx-oauth2-provider
if [[ $CONFIGURATION == devstack ]] ; then
echo "Remove old Firefox"
sudo apt-get purge -y firefox
fi
echo "Upgrade the code"
cd configuration/playbooks/vagrant
sudo ansible-playbook \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment