-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
Environment
- Elixir & Erlang/OTP versions (elixir --version): elixir 1.10.2 erlang 22.2.8
- Operating system: unix
Current behavior
When I try this:
mix archive.install https://github.com/riverrun/phauxth_installer/raw/master/archives/phauxth_new.ezI get this:
** (Mix) fetching from URIs require a checksum to be given
Could not run archive.install for:
https://github.com/riverrun/phauxth_installer/raw/master/archives/phauxth_new.ez
Please download the file above to your current directory and run:
mix archive.install ./phauxth_new.ez
Am I doing something wrong?
porkbrain