Skip to content

Instantly share code, notes, and snippets.

View juliofreitasbm's full-sized avatar
🏠
Quarentenando!

Júlio César Freitas juliofreitasbm

🏠
Quarentenando!
View GitHub Profile
@lucasalvessouza
lucasalvessouza / install_postaman.sh
Created February 19, 2019 19:47
Install postman fedora
#!/bin/bash
wget https://dl.pstmn.io/download/latest/linux64 -O postman-linux-x64.tar.gz
sudo tar xvzf postman-linux-x64.tar.gz -C /opt
sudo ln -s /opt/Postman/Postman /usr/bin/postman
cat << EOF > ~/.local/share/applications/postman2.desktop
[Desktop Entry]
Name=Postman
GenericName=API Client