Skip to content

Instantly share code, notes, and snippets.

@random-robbie
Last active April 26, 2018 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save random-robbie/d2f35a9b68fb1114c5fb2ed5e353ce4e to your computer and use it in GitHub Desktop.
Save random-robbie/d2f35a9b68fb1114c5fb2ed5e353ce4e to your computer and use it in GitHub Desktop.
patch druapl 7
#!/bin/bash
wget "https://cgit.drupalcode.org/drupal/rawdiff/?h=7.x&id=080daa38f265ea28444c540832509a48861587d0" -O sa-core-2018-004-7.patch
patch -p1 < sa-core-2018-004-7.patch
echo "Drupal 7 has now been patched"
@random-robbie
Copy link
Author

random-robbie commented Apr 26, 2018

curl -L https://gist.githubusercontent.com/random-robbie/d2f35a9b68fb1114c5fb2ed5e353ce4e/raw/drupal7.sh | sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment