Postman misc
This commit is contained in:
parent
91be1a194b
commit
a68074cb01
@ -12,7 +12,8 @@ mkdir -p ${HOME}/.local/bin
|
|||||||
wget "https://dl.pstmn.io/download/latest/linux64" -O ${HOME}/install/postman.tar.gz && \
|
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 && \
|
tar -xzf ${HOME}/install/postman.tar.gz -C ${HOME}/install/postman && \
|
||||||
ln -s ${HOME}/install/postman/Postman/Postman ${HOME}/.local/bin/postman && \
|
ln -s ${HOME}/install/postman/Postman/Postman ${HOME}/.local/bin/postman && \
|
||||||
cat << EOF > ${HOME}/.local/share/applications/Postman.desktop
|
mkdir -p "${HOME}/.local/share/applications" && \
|
||||||
|
cat << EOF > "${HOME}/.local/share/applications/Postman.desktop"
|
||||||
#!/usr/bin/env xdg-open
|
#!/usr/bin/env xdg-open
|
||||||
|
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
|
Loading…
Reference in New Issue
Block a user