Add more comments to setup script

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-05-28 18:57:19 -04:00 committed by Alice Huston
parent 7bebeb6f8c
commit 0e61604371

View File

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