feat: build scripts updates

This commit is contained in:
GutPuncher 2024-03-05 02:06:04 -05:00
parent 7b9eb3b293
commit bf1115f217
No known key found for this signature in database
GPG key ID: 38CE0A7B6841D1C7
2 changed files with 2 additions and 1 deletions

View file

@ -15,7 +15,7 @@ read -p "Enter fork branch name: " FORK_BRANCH
echo $FORK_BRANCH echo $FORK_BRANCH
FORK_LOCAL=$FORK_BRANCH"-testing" FORK_LOCAL=$FORK_BRANCH"-testing"
echo "Creating new local branch for testing: "$FORK_LOCAL" ..." echo "Creating new local branch for testing: "$FORK_LOCAL" ..."
git checkout -b $FORK_LOCAL git checkout -B $FORK_LOCAL
echo "Pulling changes from user's branch into new local branch..." echo "Pulling changes from user's branch into new local branch..."
git pull https://github.com/$FORK_USERNAME/ZealOS.git $FORK_BRANCH git pull https://github.com/$FORK_USERNAME/ZealOS.git $FORK_BRANCH

View file

@ -90,6 +90,7 @@ else
umount_vdisk umount_vdisk
[ -f ../src/Tmp/AUTO.ISO.C ] && mv ../src/Tmp/AUTO.ISO.C ./AUTO.ISO [ -f ../src/Tmp/AUTO.ISO.C ] && mv ../src/Tmp/AUTO.ISO.C ./AUTO.ISO
echo "Finished." echo "Finished."
cd ../
git status git status
;; ;;
vm) vm)