From 5b21491c88ab684cdae52d10bf9bc3a13d98e3d1 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 1 Aug 2021 00:26:04 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=EF=B8=8F=F0=9F=90=9B=20Changed:=20mas?= =?UTF-8?q?ter=20branch=20to=20main=20=F0=9F=90=9B=E2=9C=94=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- README.md | 4 ++-- install.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f99454d..ed5769e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/README.md b/README.md index 122906b..d99d586 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/install.sh b/install.sh index 3edaceb..531aa91 100755 --- a/install.sh +++ b/install.sh @@ -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"