We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3f5670 + c86eb85 commit 4c666f5Copy full SHA for 4c666f5
scripts/020-NoRSX.sh
@@ -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