diff --git a/rebuild.sh b/rebuild.sh index 4c0a195..2c10c0c 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -19,7 +19,6 @@ else read -p "What machine would you want to build? [$(ls --format=commas machines)]: " machine fi -echo -e "\n*** REBUILDING SYSTEM ***\n" sudo nixos-rebuild switch --flake .#$machine if [[ $? != 0 ]]; then