From b5c015aba0d9e63450cec5217b24a476e908ea63 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 17 Feb 2025 20:21:07 +0000 Subject: [PATCH] remove extra output that is not needed. --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index 9125a1c..d54e069 100644 --- a/install.sh +++ b/install.sh @@ -49,13 +49,9 @@ Which device are you installing to? EOF 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/ sudo nixos-install --flake /mnt/etc/nixos#vm