added why2-app into install script

This commit is contained in:
Václav Šmejkal 2022-05-04 19:04:25 +02:00
parent 32440a0cb7
commit 6cad7ff693

View File

@ -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..."
###