Skip to content

Audiogravity v0.9.51

Choose a tag to compare

@audiogravity audiogravity released this 01 Sep 19:39

Install

Core

curl -fsSL https://github.com/audiogravity/audiogravity.releases/releases/latest/download/install-core.sh | sudo bash

UI

curl -fsSL https://github.com/audiogravity/audiogravity.releases/releases/latest/download/install-ui.sh | sudo bash

For a specific version

Replace latest with the version tag and append --version 0.9.51 to pin the exact release:

# Core
curl -fsSL https://github.com/audiogravity/audiogravity.releases/releases/download/v0.9.51/install-core.sh | sudo bash -s -- --version 0.9.51

# UI
curl -fsSL https://github.com/audiogravity/audiogravity.releases/releases/download/v0.9.51/install-ui.sh | sudo bash -s -- --version 0.9.51

Rule: use latest to always get the current stable release. Use a version tag only to pin a specific release.