Get Archivist - Linux, macOS and Windows (msys2)

# latest version
curl -s https://get.archivist.storage/install.sh | bash

# specific version
curl -s https://get.archivist.storage/install.sh | VERSION=0.2.0 bash

# help
curl -s https://get.archivist.storage/install.sh | bash -s help


Get Archivist - Windows (cmd)

:: latest version
curl -sO https://get.Archivist.storage/install.cmd && install.cmd

:: specific version
curl -sO https://get.archivist.storage/install.cmd && set VERSION=0.2.0 & install.cmd

:: help
curl.exe -sO https://get.archivist.storage/install.cmd; cmd /c "install.cmd help"


Get Archivist - Windows (PowerShell)

# latest version
curl.exe -sO https://get.Archivist.storage/install.cmd; cmd.exe /c install.cmd

# specific version
curl.exe -sO https://get.archivist.storage/install.cmd; cmd.exe /c "set VERSION=0.2.0 & install.cmd"