Update 3_basic_tools.md

This commit is contained in:
Edouard DUPIN 2018-04-23 09:22:04 +02:00 committed by GitHub
parent f7fa8bd8cd
commit c557e1ac04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,4 +16,17 @@ pacman -S thunar thunar-volman gvfs
The 2 last element is for the mounting of the usb stick
CRON
---------------------
```
pacman -S cronie
```
and enable it:
```
systemctl start cronie
systemctl enable cronie
```