Update 5_multimedia.md

This commit is contained in:
Edouard DUPIN 2019-12-10 22:44:51 +01:00 committed by GitHub
parent 7c6a524331
commit 5f8b16dc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,15 @@ pacman -S ffmpeg
```
# intal compatibility with new interface of ntfs disk
# install compatibility with new interface of ntfs disk
```
pacman -S ntfs-3g
```
# install compatibility with new interface of ex FAT disk
```
pacman -S exfat-utils
```