installer

Quick install

Run below command to install latest version of aeternity node:

bash <(curl -s https://install.aeternity.io/install.sh)

The last argument is interpreted as a version. The releases are published on GitHub.

To install an older specific version use:

bash <(curl -s https://install.aeternity.io/install.sh) 4.2.1
Additional options

Example:

bash <(curl -s https://install.aeternity.io/install.sh) --no-prompt [version]
Additional parameters

Example:

TARGET_DIR=/some/dir bash <(curl -s https://install.aeternity.io/install.sh)

Supported platforms

Dependencies that will be installed automatically

For manual installation see the detailed instructions.

Run install tests

make tests