From 76c71fb1945ddd53e8c37987386ba1290785f367 Mon Sep 17 00:00:00 2001 From: Michel Date: Sun, 15 Oct 2023 21:50:04 +0200 Subject: [PATCH] Markdown style fixes --- google-chrome.md | 12 ++++++------ readme.md | 1 + steam.md | 12 ++++++------ type-characters-with-accents-like-in-windows.md | 1 + virtualbox.md | 8 ++++---- 5 files changed, 18 insertions(+), 16 deletions(-) diff --git a/google-chrome.md b/google-chrome.md index 266d2e3..1bfb7c2 100644 --- a/google-chrome.md +++ b/google-chrome.md @@ -5,27 +5,27 @@ * Linux Mint 21.2 Cinnamon * Google Chrome Versie 118.0.5993.70 (Officiƫle build) (64-bits) -## Installation steps +## Installation -``` +```shell curl -fSsL https://dl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor | sudo tee /usr/share/keyrings/google-chrome.gpg >> /dev/null ``` -``` +```shell echo deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main | sudo tee /etc/apt/sources.list.d/google-chrome.list ``` -``` +```shell sudo apt update ``` -``` +```shell sudo apt install -y google-chrome-stable ``` ## Removal -``` +```shell sudo apt autoremove --purge google-chrome-stable ``` diff --git a/readme.md b/readme.md index db0ac85..7310d35 100644 --- a/readme.md +++ b/readme.md @@ -9,4 +9,5 @@ My collection of readme files for Debian based desktop opperating systems. * [VirtualBox](virtualbox.md) ## Tips + * [Type characters with accents like in Windows](type-characters-with-accents-like-in-windows.md) diff --git a/steam.md b/steam.md index 4f33091..6194916 100644 --- a/steam.md +++ b/steam.md @@ -5,27 +5,27 @@ * Linux Mint 21.2 Cinnamon * Steam Version 1696019606 -## Installation steps +## Installation -``` +```shell sudo wget -O- http://repo.steampowered.com/steam/archive/stable/steam.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/steam.gpg ``` -``` +```shell echo deb [arch=amd64 signed-by=/usr/share/keyrings/steam.gpg] http://repo.steampowered.com/steam/ stable steam | sudo tee /etc/apt/sources.list.d/steam.list ``` -``` +```shell sudo apt update ``` -``` +```shell sudo apt install -y steam ``` ## Removal -``` +```shell sudo apt autoremove -y --purge steam ``` diff --git a/type-characters-with-accents-like-in-windows.md b/type-characters-with-accents-like-in-windows.md index 55f4533..5a1f71a 100644 --- a/type-characters-with-accents-like-in-windows.md +++ b/type-characters-with-accents-like-in-windows.md @@ -13,4 +13,5 @@ When instead of use Ctrl + Shift + U to enter characters with accent you want to * Close the window. ## Source + * [Linux Mint Forums](https://forums.linuxmint.com/viewtopic.php?t=34556) \ No newline at end of file diff --git a/virtualbox.md b/virtualbox.md index 26e86b6..fe4a66d 100644 --- a/virtualbox.md +++ b/virtualbox.md @@ -5,18 +5,18 @@ * Linux Mint 21.2 Cinnamon * VirtualBox Version 6.1.38_Ubuntu r153438 -## Installation steps +## Installation -``` +```shell sudo apt update ``` -``` +```shell sudo apt install -y virtualbox virtualbox-ext-pack ``` ## Removal -``` +```shell sudo apt autoremove -y --purge virtualbox virtualbox-ext-pack ```