This commit is contained in:
JaKooLit
2025-02-06 01:11:29 +09:00
parent 558916b8f5
commit ecee40435a
3 changed files with 2 additions and 5 deletions

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\n" "$package_name" ""
tput cnorm
}