Skip to content

Instantly share code, notes, and snippets.

@sergixnet
Last active June 4, 2018 10:46
Show Gist options
  • Save sergixnet/4389fd5481a03ff7c70c0784407b2e0c to your computer and use it in GitHub Desktop.
Save sergixnet/4389fd5481a03ff7c70c0784407b2e0c to your computer and use it in GitHub Desktop.
#!/bin/bash
# This script updates GRAV and the plugins
# Go to the root of the project
cd httpdocs
# Upgrade GRAV
bin/gpm selfupgrade
# Update the plugins
bin/gpm update && echo Update process OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment