Audiogravity v0.9.45
Install
Core
curl -fsSL https://github.com/audiogravity/audiogravity.releases/releases/latest/download/install-core.sh | sudo bashUI
curl -fsSL https://github.com/audiogravity/audiogravity.releases/releases/latest/download/install-ui.sh | sudo bashFor 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.45Rule: use
latestto always get the current stable release. Use a version tag only to pin a specific release.