Skip to content

Commit

Permalink
less verbose when uninstalling froster
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Machado committed Jun 4, 2024
1 parent 3af9484 commit da328ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ backup_old_installation() {
if pipx list | grep froster >/dev/null 2>&1; then
# If froster is installed with pipx, uninstall it and ignore errors
# sometime pipx uninstall fails with error code 1 if PIPX_HOME is set, but froster is still uninstalled
pipx uninstall froster
pipx uninstall froster >/dev/null 2>&1 &
spinner $!
fi

echo "...froster uninstalled"
Expand Down

0 comments on commit da328ae

Please sign in to comment.