Skip to content

CLI Installer v1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Mar 18:58
· 76 commits to main since this release

Dream Server CLI Installer v1.0.1

Quick Install

Linux (x64):

curl -fSL https://github.com/igorls/DreamServer/releases/latest/download/dream-installer-linux-x64 -o dream-installer && chmod +x dream-installer
./dream-installer install

macOS (Apple Silicon):

curl -fSL https://github.com/igorls/DreamServer/releases/latest/download/dream-installer-macos-arm64 -o dream-installer && chmod +x dream-installer
./dream-installer install

Windows (PowerShell):

Invoke-WebRequest -Uri "https://github.com/igorls/DreamServer/releases/latest/download/dream-installer-windows-x64.exe" -OutFile dream-installer.exe
.\dream-installer.exe install

Binaries

All binaries include SHA256 checksums for integrity verification.