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 ``` ---