update layout

This commit is contained in:
Tseng Wynn 2022-05-10 15:26:48 +08:00 committed by GitHub
parent 277dc65124
commit f6d94fd167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,9 +43,9 @@ base_os_install() {
exit 1
fi
echo "\n\nWARNING: The following drive is going to be erased fully. ALL DATA ON DRIVE $DEVICE WILL BE LOST!"
echo "\n\nWARNING: The following drive is going to be erased fully. ALL DATA ON DRIVE $DEVICE WILL BE LOST!\n"
lsblk $DEVICE
echo -n "Erase $DEVICE and begin installation(y/N): "
echo -n "\nErase $DEVICE and begin installation(y/N): "
read ANS
if [[ ! ($ANS = 'y' || $ANS = 'Y') ]]; then