Created
February 22, 2022 13:25
-
-
Save giseongeom/134e1d20b9c95a19ae854beae8ecb9d3 to your computer and use it in GitHub Desktop.
Install curl/tcping on Alpine Linux
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
apk --no-cache add curl | |
curl -L -Ss "https://github.com/cloverstd/tcping/releases/download/v0.1.1/tcping-linux-amd64-v0.1.1.tar.gz" -o "/tmp/tcping-linux.tgz" | |
tar zxf /tmp/tcping-linux.tgz -C /usr/local/bin && cd /usr/local/bin/ && chown root.root tcping && chmod 755 tcping |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment