xxh / xxh-shell-zsh

Use zsh wherever you go through the SSH without installation on the host.
BSD 2-Clause "Simplified" License
32 stars 14 forks source link

Raspberry Pi 4 Model B Rev 1.2 (aarch64) and Ubuntu Server 20.10 #4

Open anki-code opened 3 years ago

anki-code commented 3 years ago

Originally posted by @niktob560 in https://github.com/xxh/xxh-shell-zsh/issues/1#issuecomment-720942264:

There is not only an iPhone issue - I have an issue while connecting into Ubuntu Server 20.10 running on Raspberry Pi 4 Model B Rev 1.2 (aarch64)

Something went wrong while running zsh on host:
./zsh.sh: 28: /home/ubuntu/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/bin/zsh: Exec format error
/home/ubuntu/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh.sh: 28: /home/ubuntu/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/bin/zsh: Exec format error
anki-code commented 3 years ago

Hi @niktob560! Thank you for reporting this!

Try to find appropriate for your OS and architecture zsh binary version in zsh-bin release assets. UPD: I see zsh-5.8-linux-aarch64.tar.gz!

Feel free to create a PR or fork with changes!