Skip to content

Commit

Permalink
Update main
Browse files Browse the repository at this point in the history
  • Loading branch information
nedorazrab0 authored Oct 30, 2024
1 parent 44b661f commit cdfc23f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ read -p '- Username: ' name
read -sp '- Password: ' password; echo
read -p '- Locale (en_US is preinstalled): ' kbl
read -p '- Timezone (e.g. Europe/Moscow): ' zone
echo '- Do you want Secure Boot? Make sure you are in the "setup mode"'
echo '- Do you want Secure Boot?'
echo ' Make sure you are in the "setup mode"'
read -p ' or cleared your Secure Boot keys! (y/N) ' sba
read -p '- Target disk name: ' disk
read -p '- Do you want to destroy your own disk? (y/n): ' agreement
Expand Down

0 comments on commit cdfc23f

Please sign in to comment.