Created
July 1, 2023 09:45
-
-
Save directentis1/eaf809a6bdd82bc8500964c195b16ee6 to your computer and use it in GitHub Desktop.
The script use to install postman for Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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