add cask for git-credential-manager
This commit is contained in:
@@ -28,6 +28,11 @@ echo "[-] Updating brews [-]"
|
||||
{{ range .packages.darwin.brews -}}
|
||||
/opt/homebrew/bin/brew install {{ . | quote }}
|
||||
{{ end -}}
|
||||
|
||||
echo "[-] Updating casks [-]"
|
||||
{{ range .packages.darwin.casks -}}
|
||||
/opt/homebrew/bin/brew install --cask {{ . | quote }}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
|
||||
echo "[-] Updating Webman groups [-]"
|
||||
|
||||
Reference in New Issue
Block a user