This commit is contained in:
i-c-u-p 2022-04-25 05:47:50 +00:00 committed by GitHub
parent 4cce356634
commit 2b3f476692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ echo "
# btrfs and ext4. Others will be added in future.
filesystem () {
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")
select_option $? 1 "${options[@]}"