mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 17:55:11 -04:00
master things!!
This commit is contained in:
parent
89ce0b3260
commit
24c9996037
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<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">
|
||||
<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">
|
||||
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/KaizIqbal/Bibata_Cursor">
|
||||
</a>
|
||||
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue