Skip to content

Audiogravity v0.9.45

Choose a tag to compare

@audiogravity audiogravity released this 23 Aug 18:48

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

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

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

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