File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ brew-install: ## Install apps with Brew
2121 # todo: install brew as well if not set
2222 -@./brew/setup.sh
2323 # todo: move to set.sh
24- @brew bundle --file=brew/Brewfile.mas --no-lock ;
24+ @brew bundle --file=brew/Brewfile.mas;
2525
2626osx-install : # # Install macOSx
2727 @tools/os/setup.sh
Original file line number Diff line number Diff line change 11# https://github.com/Homebrew/homebrew-bundle
2- tap "homebrew/bundle"
3- tap "homebrew/core"
2+ # tap "homebrew/bundle"
3+ # tap "homebrew/core"
44tap "denisidoro/tools"
55tap "buo/cask-upgrade"
66# tap "null-dev/firefox-profile-switcher"
@@ -53,7 +53,7 @@ cask "firefox"
5353# https://brave.com/
5454cask "brave-browser"
5555# https://addons.mozilla.org/en-GB/firefox/addon/profile-switcher/
56- brew "firefox-profile-switcher-connector"
56+ # brew "firefox-profile-switcher-connector"
5757# https://www.opera.com/
5858# cask "opera"
5959# https://www.google.com/intl/en_uk/chrome/
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ brew_install() {
3939 if [[ $i -gt 0 ]]; then
4040 local file=" ${files[$i-1]} "
4141 information " ${file} "
42- if ! " ${brewexec} " bundle --file=" brew/${file} " --describe --no-lock - q; then
42+ if ! " ${brewexec} " bundle --file=" brew/${file} " --describe -q; then
4343 error " failed to install ${file} ! aborting..."
4444 fi
4545 fi
You can’t perform that action at this time.
0 commit comments