mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
script - Add sudo to doxygen install script
This commit is contained in:
parent
ab58ede3a5
commit
3055957e76
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue