Fix some prompts and make install executeable

master
kalle 2021-05-23 12:18:19 +02:00
parent de4e97b5aa
commit 788ced626c
1 changed files with 4 additions and 4 deletions

8
install.sh Normal file → Executable file
View File

@ -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 "