mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2025-02-20 18:01:33 -05:00
Update install.sh
Signed-off-by: funk-on-code <113871227+funk-on-code@users.noreply.github.com>
This commit is contained in:
parent
bd0855ef19
commit
bd46c03c40
@ -67,11 +67,11 @@ luks_prompt(){
|
|||||||
|
|
||||||
luks_passphrase_prompt () {
|
luks_passphrase_prompt () {
|
||||||
if [ "${use_luks}" = '1' ]; then
|
if [ "${use_luks}" = '1' ]; then
|
||||||
output 'Enter your encryption passphrase (the password will not be shown on the screen):'
|
output 'Enter your encryption passphrase (the passphrase will not be shown on the screen):'
|
||||||
read -r -s luks_passphrase
|
read -r -s luks_passphrase
|
||||||
|
|
||||||
if [ -z "${luks_passphrase}" ]; then
|
if [ -z "${luks_passphrase}" ]; then
|
||||||
output 'You need to enter a passphrase.'
|
output 'To use encryption, you need to enter a passphrase.'
|
||||||
luks_passphrase_prompt
|
luks_passphrase_prompt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user