mirror of
				https://github.com/fontmgr/MesloLGSNF.git
				synced 2025-10-31 20:34:31 +08:00 
			
		
		
		
	✔️🐛 Changed: master branch to main 🐛✔️
This commit is contained in:
		| @@ -17,7 +17,7 @@ jobs: | |||||||
|     #   before_install: brew update -f |     #   before_install: brew update -f | ||||||
|  |  | ||||||
| install: | 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 |   - sudo ./install.sh | ||||||
|  |  | ||||||
| #services: | #services: | ||||||
|   | |||||||
| @@ -3,13 +3,13 @@ | |||||||
| Requires:   | Requires:   | ||||||
|  |  | ||||||
| ```shell | ```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: | Automatic: | ||||||
|  |  | ||||||
| ```shell | ```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: | Install: | ||||||
|   | |||||||
| @@ -24,7 +24,7 @@ HOME="${USER_HOME:-${HOME}}" | |||||||
| CASJAYSDEVDIR="${CASJAYSDEVDIR:-/usr/local/share/CasjaysDev/scripts}" | CASJAYSDEVDIR="${CASJAYSDEVDIR:-/usr/local/share/CasjaysDev/scripts}" | ||||||
| SCRIPTSFUNCTDIR="${CASJAYSDEVDIR:-/usr/local/share/CasjaysDev/scripts}/functions" | SCRIPTSFUNCTDIR="${CASJAYSDEVDIR:-/usr/local/share/CasjaysDev/scripts}/functions" | ||||||
| SCRIPTSFUNCTFILE="${SCRIPTSAPPFUNCTFILE:-app-installer.bash}" | 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 | if [ -f "$PWD/$SCRIPTSFUNCTFILE" ]; then | ||||||
|   . "$PWD/$SCRIPTSFUNCTFILE" |   . "$PWD/$SCRIPTSFUNCTFILE" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user