⚠ ⚠ ⚠ WARNING! WARNING! WARNING! I no longer use Postman and don't test these instructions.
WARNING: this gist is only for installation and should not be used to update Postman. Please use auto-update feature.
WARNING: script was updated to use ~
instead of /opt
. Make sure that you have write permissions for location, because otherwise it can cause some problems
How to:
- Run
install-postman.sh
. Make sure that it has execute permissions =)
chmod +x install-postman.sh
./install-postman.sh`
- Create
Postman.desktop
file, so that you could see it the laucher.
touch ~/.local/share/applications/Postman.desktop
And copy-paste data from Postman.desktop
. Don't forget to replace USERNAME
with your user for Icon:
line (it can't expand ~
:( )
Was looking how to install Postman in a clean fashion on Ubuntu since they lack clear docs on the website.
I have added a few lines to include copying the desktop file to the right location.
Let me know what you think.