Created
March 29, 2019 06:43
-
-
Save rbeesley/d4589ca6842e599ba9839e7bc0392ad3 to your computer and use it in GitHub Desktop.
Use this to install the CLJ tool using a method like installing Chocolatey or Scoop, executing the remote script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://download.clojure.org/install/win-install-1.10.0.442.ps1')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment