artix

desc
git clone https://git.awy.one/artix.git
Log | Files | Refs | README | LICENSE

commit 1a84609d2721a0c2ff17aa08515dfb208b300f8c
parent 7184ba09065d1c1d2aa92c292e585e96190ec19c
Author: awy <awy@awy.one>
Date:   Wed, 30 Oct 2024 02:28:44 +0300

fix

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -69,8 +69,8 @@ getUserData(){ root_drive="$disk_drive${partition_array[1]}" boot_drive="$disk_drive${partition_array[0]}" while true; do - title clear + title printf ${normal}"Your CPU Vendor detected as ${green}$cpuVendorID${normal}, is that right? Y/N:\n" read -r answer case "$answer" in