Skip to content

Releases: romkatv/zsh-bin

v2.1.2

18 Mar 20:46
Compare
Choose a tag to compare

Changes since the last release

  • relocate no longer spams to stdout.

v2.1.1

18 Mar 17:48
Compare
Choose a tag to compare

Changes since the last release

  • Linux archives no longer contain hard links.

v2.1.0

18 Mar 16:53
Compare
Choose a tag to compare

Changes since the last release

  • Support FreeBSD.
  • Support multiple CPU architectures.

Installation instructions and build dependencies are the same as before.

v2.0.0

17 Mar 10:57
Compare
Choose a tag to compare

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

16 Mar 23:11
Compare
Choose a tag to compare

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.