Skip to content

Instantly share code, notes, and snippets.

@Wicowyn
Created June 6, 2018 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wicowyn/db8b161a9c74df955e2f3af2731d5d25 to your computer and use it in GitHub Desktop.
Save Wicowyn/db8b161a9c74df955e2f3af2731d5d25 to your computer and use it in GitHub Desktop.
Update Postman
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