Skip to content

Commit

Permalink
docs: fixed missing sudo in ubuntu install example
Browse files Browse the repository at this point in the history
  • Loading branch information
bharnden committed Jul 30, 2024
1 parent 8d15b2a commit c0c3cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sudo apt-get install -y \

# install ospf mdr
cd ~/Documents
apt-get install -y \
sudo apt-get install -y \
automake \
gawk \
g++ \
Expand Down

0 comments on commit c0c3cf5

Please sign in to comment.