Skip to content

Commit 68a3324

Browse files
committed
install.sh fixes
1 parent a513543 commit 68a3324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ install_froster() {
322322

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

0 commit comments

Comments
 (0)