Added installer script (Unfinished)
This commit is contained in:
parent
89d50dac6d
commit
e52a05bc8f
3 changed files with 103 additions and 7 deletions
4
Makefile
4
Makefile
|
@ -5,9 +5,11 @@ redist:
|
|||
rm -rf build
|
||||
mkdir build build/src
|
||||
cp -rf src/ncc/* build/src
|
||||
cp src/installer/installer build/src/install.sh
|
||||
cp src/installer/installer build/src/install
|
||||
chmod +x build/src/install
|
||||
cp LICENSE build/src/LICENSE
|
||||
cp README.md build/src/README.md
|
||||
cp src/installer/hash_check.php build/src/hash_check.php; php build/src/hash_check.php; rm build/src/hash_check.php
|
||||
|
||||
tar:
|
||||
rm -f build/ncc.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue