From 4355f3d8ff02535571d5be20b0e023a9be7a35a7 Mon Sep 17 00:00:00 2001 From: Spekulaas Date: Mon, 26 Sep 2022 17:48:07 +0200 Subject: [PATCH] remove not needed since temp folder will be cleared --- src/applications/postman.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/applications/postman.sh b/src/applications/postman.sh index b34de24..ecbb269 100644 --- a/src/applications/postman.sh +++ b/src/applications/postman.sh @@ -3,7 +3,6 @@ wget https://dl.pstmn.io/download/latest/linux64 # Extract file sudo tar -xvf linux64 -C /usr/bin -rm linux64 # export postman to env table if [[ $(which zsh) == "/usr/bin/zsh" ]]; then