minor update

This commit is contained in:
JaKooLit 2025-02-05 22:12:55 +09:00
parent 6bd54ee3c7
commit 228426def4

View File

@ -42,7 +42,7 @@ show_progress() {
sleep 0.3
done
printf "\r${INFO} Installing ${YELLOW}%s${RESET} ... Done!%-20s\n" "$package_name" ""
printf "\r${INFO} Installing ${YELLOW}%s${RESET} ... Done!%-20s \n" "$package_name" ""
tput cnorm
}