Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a578685

Browse files
committed
remove unused wget install
1 parent 9ebe646 commit a578685

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

script/asciidoc/bootstrap_osx.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ command -v source-highlight >/dev/null 2>&1 || {
2929
brew install source-highlight
3030
}
3131

32-
# Install wget
33-
command -v wget >/dev/null 2>&1 || {
34-
echo "Installing wget"
35-
brew install wget
36-
}
37-
3832
# Assume brew is going to use /usr/local/share/source-highlight
3933
SOURCE_HIGHLIGHT_DIR="${SOURCE_HIGHLIGHT_DIR:-/usr/local/share/source-highlight}"
4034
CLOJURE_LANG_FILE="${SOURCE_HIGHLIGHT_DIR}/clojure.lang"

0 commit comments

Comments
 (0)