mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-01 22:47:23 -04:00
Fixed inconsistent casing
This commit is contained in:
+2
-2
@@ -28,9 +28,9 @@ read -rp "root password: " rootpassword
|
|||||||
|
|
||||||
read -rp "hostname: " hostname
|
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'
|
echo -e 'e.g. "New_York" or "Aruba"\n'
|
||||||
read -r -p "Timezone: " timezone
|
read -r -p "timezone: " timezone
|
||||||
# stop questions
|
# stop questions
|
||||||
|
|
||||||
# start hardware detection
|
# start hardware detection
|
||||||
|
|||||||
Reference in New Issue
Block a user