Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebe646 commit a578685Copy full SHA for a578685
script/asciidoc/bootstrap_osx.sh
@@ -29,12 +29,6 @@ command -v source-highlight >/dev/null 2>&1 || {
29
brew install source-highlight
30
}
31
32
-# Install wget
33
-command -v wget >/dev/null 2>&1 || {
34
- echo "Installing wget"
35
- brew install wget
36
-}
37
-
38
# Assume brew is going to use /usr/local/share/source-highlight
39
SOURCE_HIGHLIGHT_DIR="${SOURCE_HIGHLIGHT_DIR:-/usr/local/share/source-highlight}"
40
CLOJURE_LANG_FILE="${SOURCE_HIGHLIGHT_DIR}/clojure.lang"
0 commit comments