From 69e77571904c4f1888bbeb5dad0eb6637123dbae Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 2 Sep 2022 20:38:37 +0200 Subject: [PATCH] Fix installation instructions on Ubuntu 22.04 (#1686) Signed-off-by: Silvio Traversaro --- tutorials/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/install.md b/tutorials/install.md index 3260f10154..1b1694f402 100644 --- a/tutorials/install.md +++ b/tutorials/install.md @@ -61,7 +61,7 @@ feature which hasn't been released yet. 1. Install tools ``` - sudo apt install -y build-essential cmake g++-8 git gnupg lsb-release wget + sudo apt install -y build-essential cmake git gnupg lsb-release wget ``` 2. Enable the Ignition software repositories: