From a276504fdd4d08c17eb34081f390e3013fc98e95 Mon Sep 17 00:00:00 2001 From: Matthias Schneider Date: Fri, 16 Aug 2019 09:54:40 +0200 Subject: [PATCH] fixed missing sudo --- _posts/2000-01-05-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2000-01-05-install.md b/_posts/2000-01-05-install.md index b0fd25b..0b5dda4 100644 --- a/_posts/2000-01-05-install.md +++ b/_posts/2000-01-05-install.md @@ -50,7 +50,7 @@ VSCodium is pre-installed in Parrot OS. In case you don't find it by default, you can retrieve it from the official Parrot repo ```bash -sudo apt update && apt install vscodium +sudo apt update && sudo apt install vscodium ``` ---