mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
remove extra output that is not needed.
This commit is contained in:
parent
275f6ca934
commit
b5c015aba0
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue