mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 12:11:33 -05:00
Typo Fix
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
13b27b4ca9
commit
cd0939fa64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user