Skip to content

Commit f5c8d79

Browse files
author
Victor Machado
committed
less verbose when uninstalling froster
1 parent 34f4aee commit f5c8d79

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

install.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,7 @@ backup_old_installation() {
207207
if pipx list | grep froster >/dev/null 2>&1; then
208208
# If froster is installed with pipx, uninstall it and ignore errors
209209
# sometime pipx uninstall fails with error code 1 if PIPX_HOME is set, but froster is still uninstalled
210-
set +e
211-
pipx uninstall froster -vvv
212-
set -e
210+
pipx uninstall froster
213211
fi
214212

215213
echo "...froster uninstalled"

0 commit comments

Comments
 (0)