From e81643c46940e256ed89fe600204c35bc39cc50e Mon Sep 17 00:00:00 2001 From: TudbuT Date: Sat, 19 Oct 2024 02:41:11 +0200 Subject: [PATCH] fancier output --- init.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.sh b/init.sh index 4df11b7..8198922 100644 --- a/init.sh +++ b/init.sh @@ -1,6 +1,6 @@ #!/bin/sh -echo this is meant to be run from the iso!!! +echo "this is meant to be run from the iso!!!" if [ -e "/mnt/etc/nixos" ] ; then echo "iso detected. continue!" else @@ -14,7 +14,7 @@ else echo "i will continue." fi -echo "setting up channels:" +echo "> setting up channels:" echo deleting old nix-channel --remove nixos echo adding os channel @@ -23,4 +23,4 @@ echo adding pkgs channel nix-channel --add "https://channels.nixos.org/nixpkgs-unstable" nixpkgs echo updating nix-channel --update -echo "all set." +echo "> all set."