typo
This commit is contained in:
parent
4cce356634
commit
2b3f476692
|
|
@ -151,7 +151,7 @@ echo "
|
||||||
# btrfs and ext4. Others will be added in future.
|
# btrfs and ext4. Others will be added in future.
|
||||||
filesystem () {
|
filesystem () {
|
||||||
echo "
|
echo "
|
||||||
Please Select your file system for both boot and root"
|
Please select your file system for both boot and root"
|
||||||
options=("btrfs" "ext4" "luks" "exit")
|
options=("btrfs" "ext4" "luks" "exit")
|
||||||
select_option $? 1 "${options[@]}"
|
select_option $? 1 "${options[@]}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue