Fixed postman

master
Anthony Axenov 2022-07-05 17:35:46 +08:00
parent f61f09b83f
commit a6e0696e31
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ echo "==============================================="
echo
mkdir -p ${HOME}/install/postman
# mkdir -p ${HOME}/.local/bin
# wget "https://dl.pstmn.io/download/latest/linux64" -O ${HOME}/install/postman.tar.gz && \
mkdir -p ${HOME}/.local/bin
wget "https://dl.pstmn.io/download/latest/linux64" -O ${HOME}/install/postman.tar.gz && \
tar -xzf ${HOME}/install/postman.tar.gz -C ${HOME}/install/postman && \
ln -s ${HOME}/install/postman/Postman/Postman ${HOME}/.local/bin/postman && \
cat << EOF > ${HOME}/.local/share/applications/Postman.desktop