# 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
:: 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"
# 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"