1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Scripts: Remove *** message ***

This commit is contained in:
RGBCube 2023-05-03 15:20:59 +03:00
parent 1fbf3d1986
commit 10f4d2d65d

View file

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