v0.7.0-0
Pre-releasePull Requests | v0.6.0...v0.7.0-0
Both shell script and GitHub Actions are changed.
⚠️ Breaking Change
#88 change the default install path
Motivation
By default, the root privilege is required to install aqua at /usr/local/bin/aqua
.
It isn't good. So we want to change the default install path.
Breaking Changes
Change the default install path from /usr/local/bin/aqua
to ${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin/aqua
The root privilege isn't needed.
GitHub Actions aqua-installer
adds ${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin
to the environment variable PATH
.
The install script aqua-installer
doesn't update the environment variable PATH
,
so you have to add ${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin
to the environment variable PATH
before executing aqua.