Skip to content

Audiogravity v0.9.53

Latest

Choose a tag to compare

@audiogravity audiogravity released this 07 Sep 14:52

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

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

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

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