From 788ced626ced319d7840aebea984dc9773cd1e73 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Sun, 23 May 2021 12:18:19 +0200 Subject: [PATCH] Fix some prompts and make install executeable --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 install.sh diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index cc660d7..dc5613d --- a/install.sh +++ b/install.sh @@ -126,10 +126,10 @@ genfstab -U /mnt >> /mnt/etc/fstab # Chroot part # echo "[?] Package installation is done. Please enter a couple bits of information about your system." -read time_zone -p "What timezone? [Europe/Amsterdam] " -read locale -p "What locale? [en_US.UTF-8] " -read hostname -p "What hostname? [arch] " -read cpu_vendor -p "What cpu vendor? [intel/amd]" +read -p "What timezone? [Europe/Amsterdam] " time_zone +read -p "What locale? [en_US.UTF-8] " locale +read -p "What hostname? [arch] " hostname +read -p "What cpu vendor? [intel/amd]" cpu_vendor echo "[?] Starting work in chroot now." echo "