Update void-kaiten-yaki.sh

This commit is contained in:
tromcho 2023-02-21 13:43:02 +07:00 committed by GitHub
parent 5310a2d6fc
commit 337065528f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ function para_install_local() {
# Show common message to let the operator focus on the critical part # Show common message to let the operator focus on the critical part
para_install_msg para_install_msg
# Distrobution dependent message # Distribution dependent message
cat <<- HEREDOC cat <<- HEREDOC
******************** CAUTION! CAUTION! CAUTION! ************************ ******************** CAUTION! CAUTION! CAUTION! ************************
@ -105,7 +105,7 @@ function para_install_local() {
[Kaiten-Yaki] Type return key to start void-installer. [Kaiten-Yaki] Type return key to start void-installer.
HEREDOC HEREDOC
# waiting for a console input # Waiting for a console input
read -r read -r
# Start the background target/etc/default/grub checker. # Start the background target/etc/default/grub checker.