remove extra output that is not needed.

This commit is contained in:
Aaron Honeycutt 2025-02-17 20:21:07 +00:00
parent 275f6ca934
commit b5c015aba0

View file

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