Skip to content

Commit

Permalink
fixed:script:install
Browse files Browse the repository at this point in the history
  • Loading branch information
alicfeng committed Mar 16, 2020
1 parent 8352d4e commit 2feae4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ elif [[ "$(expr substr $(uname -s) 1 5)" == "Linux" ]]; then
echo "installing mysql_markdown_unix"
curl -o /usr/local/bin/mysql_markdown -sSL "${dl_dir}mysql_markdown_unix"
chmod a+x /usr/local/bin/mysql_markdown
elif [[ "$(ex
elif [[ "$(expr substr $(uname -s) 1 10)" == "MINGW32_NT" ]]; then
# Windows NT操作系统
echo "installing mysql_markdown_win"
curl -o mysql_markdown -sSL "${dl_dir}mysql_markdown_unix"
#echo -e "sorry! please download source to build as well as install"
fi
fi

0 comments on commit 2feae4d

Please sign in to comment.