Skip to content

Commit

Permalink
Temporary remove MAS apps installation
Browse files Browse the repository at this point in the history
Reinstate when mas-cli/mas#164 gets fixed.
  • Loading branch information
michelegera committed Sep 28, 2018
1 parent c90b36d commit bb33e9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions os/installs/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ main() {
./install_rvm_and_ruby.sh
print_in_green '\n ---\n\n'

./install_mas_apps.sh
print_in_green '\n ---\n\n'
# Temporary commented out, see https://github.com/mas-cli/mas/issues/164
# ./install_mas_apps.sh
# print_in_green '\n ---\n\n'

./update_and_upgrade.sh
print_in_green '\n ---\n\n'
Expand Down

0 comments on commit bb33e9d

Please sign in to comment.