From 6751df49c2fc09c12d7d191c3508eb0c83545d94 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 9 Oct 2015 13:49:46 +0300 Subject: [PATCH] fix previous commit? --- _posts/2015-10-09-arch-reflector.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2015-10-09-arch-reflector.md b/_posts/2015-10-09-arch-reflector.md index af4e49b..9a79de8 100644 --- a/_posts/2015-10-09-arch-reflector.md +++ b/_posts/2015-10-09-arch-reflector.md @@ -17,14 +17,14 @@ in [GNU Free Documentation License 1.3 or later].** TL;DR commands: -``` +
 sudo pacman --needed -S reflector rsync curl
 cd /etc/systemd/system/
 sudo curl -LO https://github.com/Mikaela/shell-things/raw/master/etc/systemd/system/reflector.service
 sudo systemctl enable reflector
 sudo systemctl start reflector
 sudo pacman -Syu
-```
+
(end of TL;DR and what you actually do)