fix previous commit?

This commit is contained in:
Aminda Suomalainen 2015-10-09 13:49:46 +03:00
parent 66cc47dddb
commit 6751df49c2
1 changed files with 2 additions and 2 deletions

View File

@ -17,14 +17,14 @@ in [GNU Free Documentation License 1.3 or later].**
TL;DR commands: TL;DR commands:
``` <pre>
sudo pacman --needed -S reflector rsync curl sudo pacman --needed -S reflector rsync curl
cd /etc/systemd/system/ cd /etc/systemd/system/
sudo curl -LO https://github.com/Mikaela/shell-things/raw/master/etc/systemd/system/reflector.service sudo curl -LO https://github.com/Mikaela/shell-things/raw/master/etc/systemd/system/reflector.service
sudo systemctl enable reflector sudo systemctl enable reflector
sudo systemctl start reflector sudo systemctl start reflector
sudo pacman -Syu sudo pacman -Syu
``` </pre>
(end of TL;DR and what you actually do) (end of TL;DR and what you actually do)