Skip to content

v2.2.0

Compare
Choose a tag to compare
@suzuki-shunsuke suzuki-shunsuke released this 11 Nov 23:26
· 132 commits to main since this release
v2.2.0
928a2ee

Issues | Pull Requests | v2.1.3...v2.2.0

SHA256 checksum

d13118c3172d90ffa6be205344b93e8621de9bf47c852d80da188ffa6985c276  aqua-installer

Features

#365 #550 #551 Output the guide to set the environment variable PATH

aqua-installer outputs the following guide.

===============================================================
[INFO] aqua is installed into /root/.local/share/aquaproj-aqua/bin/aqua
[INFO] Please add the path to the environment variable "PATH"
[INFO] export PATH=${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin:$PATH
===============================================================

#551 Use wget if curl isn't found