Ensure copy+paste of snippets into terminal is successful

This commit is contained in:
Peter Bittner
2021-12-20 13:53:44 +01:00
parent 9ace34b77d
commit d2012256db

View File

@@ -84,7 +84,7 @@ wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.g
Add the repository:
```bash
echo 'deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main'
echo 'deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main' \
| sudo tee /etc/apt/sources.list.d/vscodium.list
```