1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-18 14:44:43 -04:00
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-05-30 23:44:41 -07:00
parent 13b27b4ca9
commit cd0939fa64
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -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