Last active
September 6, 2018 04:10
-
-
Save Rinatamu/e09fed79263081453bb877c9a1e9a6e8 to your computer and use it in GitHub Desktop.
【備忘録】Windows 10 で Elixir をインストールするコマンド ref: https://qiita.com/rnakamuramartiny/items/d89243ab80a42cc1e96d
This file contains hidden or 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
powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin | |
choco feature enable -n useFipsCompliantChecksums | |
cinst elixir |
This file contains hidden or 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
choco feature enable -n useFipsCompliantChecksums |
This file contains hidden or 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
FIPS Mode detected - run 'choco feature enable -n useFipsCompliantChecksums' | |
to use Chocolatey. | |
When FIPS Mode is enabled, Chocolatey requires useFipsCompliantChecksums feature also be enabled. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment