-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fail to create directory on remote host #9
Comments
hi! What if you will try to run zsh-bin manually on the target OS: cd /tmp
tag=v3.0.1
distfile=zsh-5.8-linux-x86_64
url="https://github.com/romkatv/zsh-bin/releases/download/$tag/$distfile.tar.gz"
tarname=`basename $url`
wget --show-progress $url -O $tarname
tar -xzf $tarname
cd zsh-5.8-linux-x86_64
./share/zsh/5.8/scripts/relocate
./bin/zsh Is it working? |
it seems create a plain zsh. run |
|
PR with fix is welcome! |
Local OS (where xxh is installed): macOS 10.15.7
Destination host OS: CentOS Linux release 7.9.2009 (Core) ## aws ec2
xxh version: 0.8.8
xxh-plugins installed: xxh-shell-zsh
Steps to Reproduce
xxh remote-host +if +vv
if i create the dir mannually, then throw error:
mkdir: cannot create directory '/zsh': Permission denied ./zsh.sh: line 28: /home/youzipi/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/bin/zsh: Is a directory
For community:
⬇️ Please click the 👍 reaction instead of leaving a
+1
or 👍 commentThe text was updated successfully, but these errors were encountered: