Releases: romkatv/zsh-bin
Releases · romkatv/zsh-bin
v2.1.2
Changes since the last release
relocate
no longer spams to stdout.
v2.1.1
Changes since the last release
- Linux archives no longer contain hard links.
v2.1.0
Changes since the last release
- Support FreeBSD.
- Support multiple CPU architectures.
Installation instructions and build dependencies are the same as before.
v2.0.0
Changes since the last release
relocate
no longer requires target directory to exist.
- The arguments of
relocate
now come in the reverse order (hence the bump in major version).
Installation instructions and build dependencies are the same as before.
v1.0.0
To install Zsh, download zsh-5.8-linux-x86_64-static.tar.gz
to the target machine's home directory and run:
mkdir -p ~/apps
cd ~/apps
tar -xzf ~/zsh-5.8-linux-x86_64-static.tar.gz
zsh-5.8-linux-x86_64-static/share/zsh/5.8/scripts/relocate
rm ~/zsh-5.8-linux-x86_64-static.tar.gz
See https://github.com/romkatv/zsh-bin for more info.