diff --git a/Bibata.sh b/Bibata.sh index c7e58a96..9040faa7 100755 --- a/Bibata.sh +++ b/Bibata.sh @@ -4,7 +4,7 @@ BIBATA=${BIBATA:-/tmp/Bibata} REPO=${REPO:-KaizIqbal/Bibata_Cursor} REMOTE=${REMOTE:-https://github.com/${REPO}.git} -BRANCH=${BRANCH:-devlopment} +BRANCH=${BRANCH:-master} command_exists() { command -v "$@" >/dev/null 2>&1