Skip to content

Instantly share code, notes, and snippets.

@pojntfx
Created August 29, 2019 11:42
Show Gist options
  • Save pojntfx/e3fd1f65ad721a7b83348fc75e38fca3 to your computer and use it in GitHub Desktop.
Save pojntfx/e3fd1f65ad721a7b83348fc75e38fca3 to your computer and use it in GitHub Desktop.
Install Infractl
curl -L https://gitlab.com/pojntfx/pojntfx/-/jobs/artifacts/master/download?job=infractl -o /tmp/infractl.zip && unzip /tmp/infractl.zip -d /tmp/infractl && sudo cp /tmp/infractl/packages/infractl/dist/infractl-linux /tmp/infractl/packages/infractl/dist/infractl && sudo install /tmp/infractl/packages/infractl/dist/infractl /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment