This update changes the way that beta/development updates are applied. To continue receving the development branch, create an empty file in the gravity-sync
folder called dev
and afterwards the standard ./gravity-sync.sh update
function will apply the correct updates.
cd gravity-sync
touch dev
./gravity-sync.sh update
Delete the dev
file and update again to revert back to the stable/master branch.
Deprecation
- Removes
beta
function for applying development branch updates.