From a06bc8af9615341b2832858be83e3860c563cdf9 Mon Sep 17 00:00:00 2001 From: Emil Date: Sun, 6 Aug 2023 21:05:59 -0600 Subject: [PATCH] Automatically builds included --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ce26316..4cee13c 100644 --- a/install.sh +++ b/install.sh @@ -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