Skip to content

Instantly share code, notes, and snippets.

@willybahuaud
Last active October 15, 2023 11:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willybahuaud/f97cfc6a005f9571b0cc to your computer and use it in GitHub Desktop.
Save willybahuaud/f97cfc6a005f9571b0cc to your computer and use it in GitHub Desktop.
#Il faut penser à remplacer key par sa clef (moi je ne la montre pas à tout le monde)
#je savais pas que pour faire un curl sur une url de plus d'un parametre il fallait des guillemets...
#curl -L -v 'http://connect.advancedcustomfields.com/index.php?p=pro&a=download&k=KEY' > acfpro.zip
curl -L -v 'http://connect.advancedcustomfields.com/index.php?p=pro&a=download&k=KEY' | tar -xf- -C /path/to/plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment