script - Add sudo to doxygen install script

This commit is contained in:
thephez 2018-01-25 15:18:31 -05:00
parent ab58ede3a5
commit 3055957e76

View file

@ -6,4 +6,4 @@ echo "Decompressing..."
tar -xzf doxygen-1.8.14.linux.bin.tar.gz tar -xzf doxygen-1.8.14.linux.bin.tar.gz
echo "Configure and Install Doxygen" echo "Configure and Install Doxygen"
cd doxygen-1.8.14 && ./configure && make install cd doxygen-1.8.14 && ./configure && sudo make install