Skip to content

Audiogravity v0.9.52

Choose a tag to compare

@audiogravity audiogravity released this 06 Sep 03:32

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.52 to pin the exact release:

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

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

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