Created
August 29, 2019 11:42
-
-
Save pojntfx/e3fd1f65ad721a7b83348fc75e38fca3 to your computer and use it in GitHub Desktop.
Install Infractl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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