Skip to content

Instantly share code, notes, and snippets.

@mpriscella
Created August 9, 2020 15:51
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 mpriscella/33c6bc93f0fe103d9efbedf3f38424e0 to your computer and use it in GitHub Desktop.
Save mpriscella/33c6bc93f0fe103d9efbedf3f38424e0 to your computer and use it in GitHub Desktop.
Drupal Install
#/bin/bash
git clone https://git.drupalcode.org/project/drupal.git
cd drupal
git checkout 9.0.3
curl https://gist.githubusercontent.com/mpriscella/be874acf4685e6bf3308732b0162be9b/raw/b4a97943cc99277c2fa2c55ee790c90ca363a247/devcontainer.patch | git apply -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment