Skip to content

Commit 4c666f5

Browse files
author
Dan Peori
committed
Merge pull request #20 from wargio/master
libNoRSX
2 parents e3f5670 + c86eb85 commit 4c666f5

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)