Skip to content

Instantly share code, notes, and snippets.

@Rinatamu
Last active September 6, 2018 04:10
Show Gist options
  • Save Rinatamu/e09fed79263081453bb877c9a1e9a6e8 to your computer and use it in GitHub Desktop.
Save Rinatamu/e09fed79263081453bb877c9a1e9a6e8 to your computer and use it in GitHub Desktop.
【備忘録】Windows 10 で Elixir をインストールするコマンド ref: https://qiita.com/rnakamuramartiny/items/d89243ab80a42cc1e96d
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
choco feature enable -n useFipsCompliantChecksums
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