add needed nxssh
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/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
|
mkdir -p nxssh
|
||||||
cd nxssh
|
cd nxssh
|
||||||
tar xz --strip-components=1 -f ../nxssh.tar.gz
|
tar xz --strip-components=1 -f ../nxssh.tar.gz
|
||||||
for fn in patches/*; do
|
for fn in patches/*; do
|
||||||
patch -p1 < $fn
|
patch -p1 < $fn
|
||||||
done
|
done
|
||||||
rm ../nxssh.tar.gz
|
#rm ../nxssh.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user