Skip to content

Commit

Permalink
Merge pull request #39 from danielbodart/master
Browse files Browse the repository at this point in the history
Add support for running in a windows bash prompt (i.e Git for Windows)
  • Loading branch information
smorimoto authored Feb 25, 2024
2 parents 0e14a50 + 7e24eda commit 9172559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ install_deno() {
case "$OSTYPE" in
darwin*) platform="apple-darwin" ;;
linux*) platform="unknown-linux-gnu" ;;
msys*) platform="pc-windows-msvc" ;;
*) fail "Unsupported platform" ;;
esac

Expand Down

0 comments on commit 9172559

Please sign in to comment.