Created
June 6, 2018 21:53
-
-
Save Wicowyn/db8b161a9c74df955e2f3af2731d5d25 to your computer and use it in GitHub Desktop.
Update Postman
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
wget https://dl.pstmn.io/download/latest/linux64 -O /tmp/postman.tar.gz | |
rm -rf /usr/bin/postman/* | |
tar --wildcards -C /usr/bin/postman -xf /tmp/postman.tar.gz Postman/* --strip 1 | |
mv /usr/bin/postman/Postman /usr/bin/postman/postman |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment