Skip to content

Commit

Permalink
bootstrap: fixed cask packages instal on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
davidandreoletti committed Mar 14, 2024
1 parent 486fe5c commit a607251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/bootstrap_apps_gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,11 @@ if is_profile_admin_or_similar; then
# Traffic shaping
is_macos && homebrew_brew_cask_install "mitmproxy" # Charles Proxy in command line

is_macos && homebrew_brew_cask_install "__commit_aggregated__"
is_fedora && fedora_dnf_install "__commit_aggregated__"

is_macos && homebrew_brew_install "mas" # Mac App Store command line too
is_macos && homebrew_brew_install "__commit_aggregated__"
is_macos && homebrew_mas_install "1451685025" # Wireguard
is_macos && homebrew_mas_install "539883307" # LINE Inc
is_macos && homebrew_mas_install "409203825" # Numbers
Expand Down

0 comments on commit a607251

Please sign in to comment.