Skip to content

Instantly share code, notes, and snippets.

@directentis1
Created July 1, 2023 09:45
Show Gist options
  • Save directentis1/eaf809a6bdd82bc8500964c195b16ee6 to your computer and use it in GitHub Desktop.
Save directentis1/eaf809a6bdd82bc8500964c195b16ee6 to your computer and use it in GitHub Desktop.
The script use to install postman for Linux
#!/usr/bin/bash
cd /home/ubuntu/apps && wget https://dl.pstmn.io/download/latest/linux_64 -O postman-linux-x64.tar.gz && tar -xf postman-linux-x64.tar.gz && rm postman-linux-x64.tar.gz && cd /home/ubuntu/apps/Postman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment