diff --git a/scripts/install-doxygen.sh b/scripts/install-doxygen.sh index 1c9ee0c4..74acc351 100644 --- a/scripts/install-doxygen.sh +++ b/scripts/install-doxygen.sh @@ -6,4 +6,4 @@ echo "Decompressing..." tar -xzf doxygen-1.8.14.linux.bin.tar.gz echo "Configure and Install Doxygen" -cd doxygen-1.8.14 && ./configure && make install +cd doxygen-1.8.14 && ./configure && sudo make install