Skip to content

Commit

Permalink
install.sh fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkpetersen committed Sep 6, 2024
1 parent a513543 commit 68a3324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ install_froster() {

echo -e "\nInstalling Froster from PyPi package repository"
python3 -m pipx install froster >/dev/null 2>&1 &
spinner $!
spinner "froster"
echo "...Froster installed"
fi

Expand Down

0 comments on commit 68a3324

Please sign in to comment.