Skip to content

Instantly share code, notes, and snippets.

@BradfordMedeiros
Last active January 7, 2019 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BradfordMedeiros/49aa7bd03d45fdced1d96b2cfa4609f9 to your computer and use it in GitHub Desktop.
Save BradfordMedeiros/49aa7bd03d45fdced1d96b2cfa4609f9 to your computer and use it in GitHub Desktop.
install hippo
#!/usr/bin/env bash
REMOTE_URL="http://130.211.25.219/hippo"
mkdir -p /etc/nodogma/hippo/
(
cd /etc/nodogma/hippo
curl $REMOTE_URL/blobs/client.tar -o /etc/nodogma/hippo/hippo.tar
tar -xvf hippo.tar
rm hippo.tar
./hippo pkg set-remote "$REMOTE_URL"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment