fix(docs): add sqlcipher to required arch deps

reviewable/pr5887/r1
Anthony Bilinski 2019-10-15 00:43:33 -07:00
parent 524a6b8722
commit 82d5beeee9
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
2 changed files with 2 additions and 1 deletions

View File

@ -250,7 +250,7 @@ corresponding parts.
#### Arch Linux
```bash
sudo pacman -S --needed base-devel qt5 openal libxss qrencode ffmpeg opus libvpx libsodium
sudo pacman -S --needed base-devel qt5 openal libxss qrencode ffmpeg opus libvpx libsodium sqlcipher
```

View File

@ -62,6 +62,7 @@ pacman_install() {
opus
qrencode
qt5
sqlcipher
)
sudo pacman -S --needed "${pacman_packages[@]}"
}