✔️🐛 Changed: master branch to main 🐛✔️

This commit is contained in:
Jason 2021-08-01 00:26:04 -04:00 committed by casjay
parent 87fa42c301
commit 5b21491c88
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ jobs:
# before_install: brew update -f
install:
- sudo bash -c "$(curl -LSs https://github.com/systemmgr/installer/raw/master/install.sh)" && systemmgr install installer
- sudo bash -c "$(curl -LSs https://github.com/systemmgr/installer/raw/main/install.sh)" && systemmgr install installer
- sudo ./install.sh
#services:

View File

@ -3,13 +3,13 @@
Requires:
```shell
sudo bash -c "$(curl -LSs https://github.com/dfmgr/installer/raw/master/install.sh)"
sudo bash -c "$(curl -LSs https://github.com/dfmgr/installer/raw/main/install.sh)"
```
Automatic:
```shell
bash -c "$(curl -LSs https://github.com/fontmgr/MesloLGSNF/raw/master/install.sh)"
bash -c "$(curl -LSs https://github.com/fontmgr/MesloLGSNF/raw/main/install.sh)"
```
Install:

View File

@ -24,7 +24,7 @@ HOME="${USER_HOME:-${HOME}}"
CASJAYSDEVDIR="${CASJAYSDEVDIR:-/usr/local/share/CasjaysDev/scripts}"
SCRIPTSFUNCTDIR="${CASJAYSDEVDIR:-/usr/local/share/CasjaysDev/scripts}/functions"
SCRIPTSFUNCTFILE="${SCRIPTSAPPFUNCTFILE:-app-installer.bash}"
SCRIPTSFUNCTURL="${SCRIPTSAPPFUNCTURL:-https://github.com/dfmgr/installer/raw/master/functions}"
SCRIPTSFUNCTURL="${SCRIPTSAPPFUNCTURL:-https://github.com/dfmgr/installer/raw/main/functions}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if [ -f "$PWD/$SCRIPTSFUNCTFILE" ]; then
. "$PWD/$SCRIPTSFUNCTFILE"