update script to use mainsail beta - dropping mainsail alpha

This commit is contained in:
th33xitus
2020-07-27 11:26:22 +02:00
parent 82d76b18f0
commit fce1eb5a8c
7 changed files with 38 additions and 47 deletions

View File

@@ -29,13 +29,4 @@ switch_to_moonraker(){
git remote add Arksine $ARKSINE_REPO
fi
git fetch Arksine -q && git checkout $BRANCH_MOONRAKER -q
}
switch_to_dev_moonraker(){
cd $KLIPPER_DIR
status_msg "Switching...Please wait ..."; echo
if ! git remote | grep Arksine -q; then
git remote add Arksine $ARKSINE_REPO
fi
git fetch Arksine -q && git checkout $BRANCH_DEV_MOONRAKER -q
}