add needed nxssh
This commit is contained in:
parent
67bbaa46b1
commit
17890da666
@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
curl -L https://github.com/Etersoft/nxssh/tarball/master > nxssh.tar.gz
|
||||
#curl -L https://github.com/Etersoft/nxssh/tarball/master > nxssh.tar.gz
|
||||
mkdir -p nxssh
|
||||
cd nxssh
|
||||
tar xz --strip-components=1 -f ../nxssh.tar.gz
|
||||
for fn in patches/*; do
|
||||
patch -p1 < $fn
|
||||
done
|
||||
rm ../nxssh.tar.gz
|
||||
#rm ../nxssh.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user