Skip to content

Instantly share code, notes, and snippets.

View Darahaas2001's full-sized avatar
:octocat:
Currently a student at Auburn University , Auburn, AL, USA

Darahaas Nallagatla Darahaas2001

:octocat:
Currently a student at Auburn University , Auburn, AL, USA
View GitHub Profile
@Darahaas2001
Darahaas2001 / install_postaman.sh
Created October 30, 2022 10:05 — forked from lucasalvessouza/install_postaman.sh
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