From 24c9996037c7475cc90ced4be93a5dc4e2c8ff9b Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Tue, 19 Nov 2019 15:25:45 +0530 Subject: [PATCH] master things!! --- Bibata.sh | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 diff --git a/README.md b/README.md index 11a252db..db43b984 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ GitHub issues Issues & PR
-Travis CI +Travis CI GitHub release (latest by date) @@ -94,13 +94,13 @@ Bibata cursor is installed by running one of the following commands in your term ##### via curl ```shell -sh -c "$(curl -fsSL https://raw.githubusercontent.com/KaizIqbal/Bibata_Cursor/devlopment/Bibata.sh)" +sh -c "$(curl -fsSL https://raw.githubusercontent.com/KaizIqbal/Bibata_Cursor/master/Bibata.sh)" ``` ##### via wget ```shell -sh -c "$(wget -O- https://raw.githubusercontent.com/KaizIqbal/Bibata_Cursor/devlopment/Bibata.sh)" +sh -c "$(wget -O- https://raw.githubusercontent.com/KaizIqbal/Bibata_Cursor/master/Bibata.sh)" ``` Latest `Stable` & `Development` releases can be downloaded from [Here](https://github.com/KaizIqbal/Bibata_Cursor/releases)