From 463aef2a65ffb43786c34a6edc8a2de0df202f33 Mon Sep 17 00:00:00 2001 From: praschdorff Date: Sun, 25 Feb 2018 00:45:59 +0100 Subject: [PATCH] fixes small typos --- configuration/multimedia.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configuration/multimedia.md b/configuration/multimedia.md index f6215bf7..334f9ef5 100644 --- a/configuration/multimedia.md +++ b/configuration/multimedia.md @@ -206,7 +206,8 @@ Add the public key to the repository keyring `apt-key add google.pubkey` Add the Google package repositories to your list of sources -echo "deb http://dl.google.com/linux/chrome/deb/ stable main"> /etc/apt/sources.list.d/google.list + +`echo "deb http://dl.google.com/linux/chrome/deb/ stable main"> /etc/apt/sources.list.d/google.list` Update package repositories @@ -222,4 +223,4 @@ Create a Multimedia AppVM The last step is to create a multimedia AppVM (named "my-multimedia" here) based on the new multimedia template. -`qvm-create --template t-multimedia --label-orange my-multimedia` +`qvm-create --template t-multimedia --label orange my-multimedia`