Installing from a HEAD DEBΒΆ

Instructions for installing the latest stable version of GRR can be found here. If you would like to experiment with the newest unstable server deb, you can download it from Google Cloud Storage as follows:

wget https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-180.0.1-linux-x86_64.tar.gz
  • Extract it to somewhere on your filesystem:
tar zxf google-cloud-sdk-180.0.1-linux-x86_64.tar.gz -C "${HOME}"
  • Copy the server deb from its folder in GCS to your local machine:
$HOME/google-cloud-sdk/bin/gsutil cp gs://autobuilds.grr-response.com/_latest_server_deb/*.deb .