Skip to content

Instantly share code, notes, and snippets.

@omega8cc
Last active August 29, 2015 14:07
Show Gist options
  • Save omega8cc/afe8d9cc1ca126a43cab to your computer and use it in GitHub Desktop.
Save omega8cc/afe8d9cc1ca126a43cab to your computer and use it in GitHub Desktop.
This little magic will update important BOA scripts and apply the patch
to fix Drupal 7 core vulnerability: https://www.drupal.org/SA-CORE-2014-005
in all built-in D7 platforms.
Note that it will *not* fix anything in custom platforms created in the
~/static directory tree - you will have to apply this patch manually there:
https://www.drupal.org/files/issues/SA-CORE-2014-005-D7.patch
WARNING! Do not run this magic fix if you have BOA system older than 2.3.0
cd
clear
rm -f boafix.txt*
wget -q -U iCab http://files.aegir.cc/update/boafix.txt
bash boafix.txt
rm -f boafix.txt*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment