Skip to content

Instantly share code, notes, and snippets.

@Vitre
Last active February 14, 2019 13:28
Show Gist options
  • Save Vitre/ea8e9f7970d2e6a3f6f922fafcaa0bce to your computer and use it in GitHub Desktop.
Save Vitre/ea8e9f7970d2e6a3f6f922fafcaa0bce to your computer and use it in GitHub Desktop.
netdata force update #sh #ssh
cd /usr/src/netdata.git && git fetch --all && git reset --hard origin/master && git pull && ./netdata-updater.sh -f
sudo sh -c 'cd /usr/src/netdata.git && git fetch --all && git reset --hard origin/master && ./netdata-updater.sh -f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment