Skip to content

Commit da328ae

Browse files
author
Victor Machado
committed
less verbose when uninstalling froster
1 parent 3af9484 commit da328ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ 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-
pipx uninstall froster
210+
pipx uninstall froster >/dev/null 2>&1 &
211+
spinner $!
211212
fi
212213

213214
echo "...froster uninstalled"

0 commit comments

Comments
 (0)