mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(docs): add sqlcipher to required arch deps
This commit is contained in:
parent
524a6b8722
commit
82d5beeee9
|
@ -250,7 +250,7 @@ corresponding parts.
|
||||||
#### Arch Linux
|
#### Arch Linux
|
||||||
|
|
||||||
```bash
|
```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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -62,6 +62,7 @@ pacman_install() {
|
||||||
opus
|
opus
|
||||||
qrencode
|
qrencode
|
||||||
qt5
|
qt5
|
||||||
|
sqlcipher
|
||||||
)
|
)
|
||||||
sudo pacman -S --needed "${pacman_packages[@]}"
|
sudo pacman -S --needed "${pacman_packages[@]}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user