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 "