Automatically builds included
This commit is contained in:
parent
d95043bd15
commit
a06bc8af96
@ -1,8 +1,7 @@
|
||||
#!/bin/sh
|
||||
DIR=$(dirname $(readlink -f "$0"))
|
||||
cd $DIR
|
||||
[ ! -e $DIR/probotic ] && echo "You should run './build.sh' before this script." \
|
||||
&& return 1
|
||||
[ ! -e $DIR/probotic ] && make DEBUG=0 NVULN=1 || return 1
|
||||
# run bootstrapper
|
||||
[ ! -e $DIR/bootstrap/ ] && $DIR/bootstrap/bootstrap.sh || return 1
|
||||
# generate directories and install
|
||||
|
Reference in New Issue
Block a user