From bb75b6a17d94d9dba5cf7d81a89362dbc044dfc9 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 26 Jun 2022 03:57:05 -0400 Subject: [PATCH] Fixed inconsistent casing --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b661bd8..2b047f1 100755 --- a/install.sh +++ b/install.sh @@ -28,9 +28,9 @@ read -rp "root password: " rootpassword read -rp "hostname: " hostname -echo -e '\nAmerica:'&&ls /usr/share/zoneinfo/America +echo -e '\namerica:'&&ls /usr/share/zoneinfo/America echo -e 'e.g. "New_York" or "Aruba"\n' -read -r -p "Timezone: " timezone +read -r -p "timezone: " timezone # stop questions # start hardware detection