From cd0939fa6453fb04ba9334282616f47ffff739c4 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 30 May 2024 23:44:41 -0700 Subject: [PATCH] Typo Fix Signed-off-by: Tommy --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6489743..00a8f5b 100644 --- a/install.sh +++ b/install.sh @@ -85,7 +85,7 @@ disk_prompt (){ select entry in $(lsblk -dpnoNAME|grep -P "/dev/sd|nvme|vd"); do disk="${entry}" - output 'Arch Linux will be installed on the following disk: ${disk}' + output "Arch Linux will be installed on the following disk: ${disk}" break done } @@ -118,7 +118,7 @@ user_password_prompt () { } hostname_prompt (){ - output 'Enter your username:' + output 'Enter your hostname:' read -r hostname if [ -z "${hostname}" ]; then