New upstream version 1.0.5

This commit is contained in:
geos_one
2025-08-08 20:34:09 +02:00
commit 5e5aafa7b7
371 changed files with 402888 additions and 0 deletions

10
getnxsrcpkg Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
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