Last active
December 17, 2020 10:27
-
-
Save sithumonline/d4afc258d0104a694d4b3e0aa649cbdd to your computer and use it in GitHub Desktop.
buildpack
This file contains hidden or 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
| cd /tmp | |
| wget https://github.com/buildpacks/pack/releases/download/<version>/pack-<version>-linux.tgz | |
| tar -xvzf pack-<version>-linux.tgz | |
| sudo mv pack /usr/local/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment