From 6cad7ff693a2caa110b79b602749ec0bb242a7d1 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 4 May 2022 19:04:25 +0200 Subject: [PATCH] added why2-app into install script --- build.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build.sh b/build.sh index c763511..fae3b32 100644 --- a/build.sh +++ b/build.sh @@ -99,6 +99,18 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ########## fi fi + ### + echo "Compiling why2-app..." + ### + + ./build.sh app + + ### + echo "Installing why2-app..." + ### + + cp $appOutput /usr/bin/why2 + ### echo "Finished! Cleaning up..." ###