forked from lix-project/lix-installer
Update the install URL (#95)
* Update the install URL * Add a try it section to the readme * Prune newline
This commit is contained in:
parent
5bad0ec1f5
commit
f0f1171026
|
@ -4,6 +4,12 @@
|
|||
|
||||
Harmonic is an opinionated, experimental Nix installer.
|
||||
|
||||
> Try it on a machine/VM you don't care about!
|
||||
>
|
||||
> ```bash
|
||||
> curl -L https://install.determinate.systems/nix | sh -s install
|
||||
> ```
|
||||
|
||||
## Status
|
||||
|
||||
Harmonic is **pre-release and experimental**. It is not ready for you to use! *Please* don't use it on a machine you are not planning to obliterate!
|
||||
|
|
|
@ -22,7 +22,7 @@ fi
|
|||
set -u
|
||||
|
||||
# If NIX_INSTALL_UPDATE_ROOT is unset or empty, default it.
|
||||
NIX_INSTALL_UPDATE_ROOT="${NIX_INSTALL_UPDATE_ROOT:-https://install.determinate.systems}"
|
||||
NIX_INSTALL_UPDATE_ROOT="${NIX_INSTALL_UPDATE_ROOT:-https://install.determinate.systems/nix}"
|
||||
|
||||
main() {
|
||||
downloader --check
|
||||
|
|
Loading…
Reference in a new issue