diff --git a/build-scripts/build-land.sh b/build-scripts/build-land.sh index 32b0ea8..8f5879b 100755 --- a/build-scripts/build-land.sh +++ b/build-scripts/build-land.sh @@ -8,6 +8,8 @@ temp=$(pwd) cd "${entry}" || exit $? +sudo apt install graphviz + dot -T"${output_type}" "./${code}" -o "${code}.${output_type}" -cd $temp \ No newline at end of file +cd $temp