mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-15 15:52:33 +01:00
update layout
This commit is contained in:
parent
277dc65124
commit
f6d94fd167
@ -43,9 +43,9 @@ base_os_install() {
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
lsblk $DEVICE
|
||||||
echo -n "Erase $DEVICE and begin installation(y/N): "
|
echo -n "\nErase $DEVICE and begin installation(y/N): "
|
||||||
read ANS
|
read ANS
|
||||||
|
|
||||||
if [[ ! ($ANS = 'y' || $ANS = 'Y') ]]; then
|
if [[ ! ($ANS = 'y' || $ANS = 'Y') ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user