From 57b6719c2730728f328a8e5b2eb2bd9fbd09ea14 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 3 Dec 2023 13:11:55 -0500 Subject: [PATCH] Improve readability of initial setup options --- install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6ba0377..f739f0a 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s artix install script -echo last updated december 03, 2023 \(rev. A\) +echo last updated december 03, 2023 \(rev. B\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n" @@ -13,13 +13,15 @@ read -n 1 -s -r -p 'Press any key to continue' echo -e '\nspecial devices:\n1. asus zephyrus g14 (2020)\ngeneric:\n2. laptop\n3. desktop\n4. server\n' read -n 1 -r -p "formfactor: " formfactor +echo -e "\n" fdisk -l +echo read -rp "disk: " disk read -rp "swap (in GB): " swap read -n 1 -rp "clean install? (y/N) " wipe -echo + read -rp "username: " username read -rp "$username password: " userpassword