Skip to content

Instantly share code, notes, and snippets.

View widada's full-sized avatar
🎯
Create Amazing Contents

Widada widada

🎯
Create Amazing Contents
View GitHub Profile
@widada
widada / postman_install.sh
Created September 18, 2018 10:36 — forked from oleg-sh-test/postman_install.sh
Postman install Ubuntu 18.04
#!/bin/bash
# Get postman app
wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
sudo tar -xzf postman.tar.gz -C /opt
sudo ln -s /opt/Postman/Postman /usr/bin/postman
#Create a Desktop Entry
cat > ~/.local/share/applications/postman.desktop <<EOL
[Desktop Entry]
Encoding=UTF-8