From 0e61604371f1d80a87ecef488e8cad6a0adabd14 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 28 May 2024 18:57:19 -0400 Subject: [PATCH] Add more comments to setup script Signed-off-by: ahuston-0 --- docs/sample-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sample-setup.sh b/docs/sample-setup.sh index 44f88b8..8216a47 100644 --- a/docs/sample-setup.sh +++ b/docs/sample-setup.sh @@ -46,8 +46,8 @@ NIXSTOREPATH="/dev/$VOLGROUP/nix" BOOTPART="/dev/${DRIVE}p1" # git vars -GITBASE="users/alice/systems" -FEATUREBRANCH="feature/$MACHINENAME" +GITBASE="systems" +FEATUREBRANCH="feature/adding-$MACHINENAME" if [ $PROCEED != "Y" ]; then echo "PROCEED is not set correctly, please validate the below partitions and update the script accordingly"