Skip to content

Commit

Permalink
Merge pull request #19 from FaithKovi/faithkovi-windows
Browse files Browse the repository at this point in the history
add support for windows. Fix for issue #5
  • Loading branch information
kaxada authored Oct 4, 2023
2 parents 0b00504 + 778ecf9 commit d77e606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ while true; do
break

elif [[ $system == "CYGWIN" || "$(uname)" == * ]]; then
echo "CYGWIN is not yet supported"
exit
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install -y git gh curl nodejs
fi

done
Expand Down

0 comments on commit d77e606

Please sign in to comment.