Skip to content

Commit c86eb85

Browse files
committed
added NoRSX
1 parent e3f5670 commit c86eb85

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scripts/020-NoRSX.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/sh -e
2+
# libNoRSX.sh by wargio ([email protected])
3+
4+
## Download the source code.
5+
wget --no-check-certificate https://github.com/wargio/NoRSX/tarball/master -O NoRSX.tar.gz
6+
7+
## Unpack the source code.
8+
rm -Rf NoRSX && mkdir NoRSX && tar --strip-components=1 --directory=NoRSX -xvzf NoRSX.tar.gz && cd NoRSX
9+
10+
## Compile and install.
11+
${MAKE:-make}

0 commit comments

Comments
 (0)