Fixed postman
This commit is contained in:
parent
f61f09b83f
commit
a6e0696e31
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user