From 275f6ca934a5ccf9aa1247cfe5fb375a2962518f Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 17 Feb 2025 20:15:31 +0000 Subject: [PATCH] Edit install.sh --- install.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5650cb2..9125a1c 100644 --- a/install.sh +++ b/install.sh @@ -47,7 +47,14 @@ Which device are you installing to? 4) Home Server (EDI) - Do Not Use 0) Generic EOF -read hostChoice + +echo "" + +read -p "Enter your choice: " hostChoice + +echo "" + +echo "The device selected: $hostChoice" if [ $hostChoice = 1 ]; then curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/configuration.nix > vm.nix; sudo mv -f vm.nix /mnt/etc/nixos/