Skip to content

Commit e152c63

Browse files
author
Lars Gohlke
committed
adds gitlab-ci-local
1 parent 133b063 commit e152c63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/system_macosx.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88

99
function init_installed_programs(){
1010
brew install topgrade # updates
11-
brew install bash # use more uptodate version than v3
11+
brew install bash # use more up-to-date version than v3
1212

1313
# window placement
1414
brew install rectangle
@@ -39,4 +39,6 @@ function init_installed_programs(){
3939
brew install keepassxc
4040
brew install ghorg # mass git repo cloning
4141
brew install sops # credentials encrypted in git repos
42+
43+
brew install gitlab-ci-local
4244
}

0 commit comments

Comments
 (0)