master things!!

This commit is contained in:
KAiZ 2019-11-19 15:25:45 +05:30
parent 89ce0b3260
commit 24c9996037
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -18,7 +18,7 @@
<img alt="GitHub issues" src="https://img.shields.io/github/issues/KaizIqbal/Bibata_Cursor"> <img alt="GitHub issues" src="https://img.shields.io/github/issues/KaizIqbal/Bibata_Cursor">
<img alt="Issues & PR" src="https://img.shields.io/badge/Issues & PR-welcome-green"> <img alt="Issues & PR" src="https://img.shields.io/badge/Issues & PR-welcome-green">
<br> <br>
<img alt="Travis CI" src="https://travis-ci.org/KaizIqbal/Bibata_Cursor.svg?branch=devlopment"> <img alt="Travis CI" src="https://travis-ci.org/KaizIqbal/Bibata_Cursor.svg?branch=master">
<a href="https://github.com/KaizIqbal/Bibata_Cursor/releases" target="_blank"> <a href="https://github.com/KaizIqbal/Bibata_Cursor/releases" target="_blank">
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/KaizIqbal/Bibata_Cursor"> <img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/KaizIqbal/Bibata_Cursor">
</a> </a>
@ -94,13 +94,13 @@ Bibata cursor is installed by running one of the following commands in your term
##### via curl ##### via curl
```shell ```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 ##### via wget
```shell ```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) Latest `Stable` & `Development` releases can be downloaded from [Here](https://github.com/KaizIqbal/Bibata_Cursor/releases)