mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-24 22:50:28 +00:00
feat: build scripts updates
This commit is contained in:
parent
7b9eb3b293
commit
bf1115f217
2 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,7 @@ read -p "Enter fork branch name: " FORK_BRANCH
|
|||
echo $FORK_BRANCH
|
||||
FORK_LOCAL=$FORK_BRANCH"-testing"
|
||||
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..."
|
||||
git pull https://github.com/$FORK_USERNAME/ZealOS.git $FORK_BRANCH
|
||||
|
||||
|
|
|
@ -90,6 +90,7 @@ else
|
|||
umount_vdisk
|
||||
[ -f ../src/Tmp/AUTO.ISO.C ] && mv ../src/Tmp/AUTO.ISO.C ./AUTO.ISO
|
||||
echo "Finished."
|
||||
cd ../
|
||||
git status
|
||||
;;
|
||||
vm)
|
||||
|
|
Loading…
Reference in a new issue