forked from start-concurrent/start-concurrent.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove mathematical and add warning to tools-upgrade script
- Loading branch information
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
#! /bin/bash -x | ||
# EXPERIMENTAL/INCOMPLETE MacOS only. | ||
# This script lists the components that need to be installed/upgraded. | ||
# It does not fully work due to setting of PATH and (perhaps) other environment variables. | ||
|
||
brew upgrade git | ||
brew upgrade ruby | ||
brew upgrade npm | ||
gem install asciidoctor | ||
gem install asciidoctor-rouge | ||
gem install asciidoctor-pdf | ||
gem install asciidoctor-mathematical | ||
sudo gem install asciidoctor | ||
sudo gem install asciidoctor-rouge | ||
|
||
sudo gem install css_parser -v 1.12.0 | ||
sudo gem install asciidoctor-pdf |