From a68074cb01def3e8a04aa674460feebce5b5c87a Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Thu, 29 Sep 2022 13:21:18 +0800 Subject: [PATCH] Postman misc --- install/postman | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/postman b/install/postman index 677f7f2..1d51d52 100755 --- a/install/postman +++ b/install/postman @@ -12,7 +12,8 @@ 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 + mkdir -p "${HOME}/.local/share/applications" && \ + cat << EOF > "${HOME}/.local/share/applications/Postman.desktop" #!/usr/bin/env xdg-open [Desktop Entry]