Skip to content

Instantly share code, notes, and snippets.

View reneluria's full-sized avatar

Rene Luria reneluria

  • Infomaniak Network SA
  • Geneva, CH
  • X @herel
View GitHub Profile
@reneluria
reneluria / inf-install-wp-cli.sh
Last active August 29, 2015 14:25 — forked from ajaegers/inf-install-wp-cli.sh
One command to install WP-CLI on hosting using alias (if you cannot move wp-cli.phar in PATH)
#!/bin/bash
# initialy https://gist.github.com/ajaegers/d4c5286e52581821cb43
PATH=/opt/php/bin:/usr/bin:/bin
URL="https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar"
NAME="wp-cli.phar"
cd