We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af9484 commit da328aeCopy full SHA for da328ae
install.sh
@@ -207,7 +207,8 @@ backup_old_installation() {
207
if pipx list | grep froster >/dev/null 2>&1; then
208
# If froster is installed with pipx, uninstall it and ignore errors
209
# sometime pipx uninstall fails with error code 1 if PIPX_HOME is set, but froster is still uninstalled
210
- pipx uninstall froster
+ pipx uninstall froster >/dev/null 2>&1 &
211
+ spinner $!
212
fi
213
214
echo "...froster uninstalled"
0 commit comments