docs: remove duplicate mention of openssl in Linux build docs (#6280)

This commit is contained in:
Jonathan Kowalski
2025-06-17 22:39:14 +02:00
committed by GitHub
parent 09789378ca
commit 4887b59b61
+1 -1
View File
@@ -23,7 +23,7 @@ sudo apt install qt6-base-dev qt6-5compat-dev qt6-svg-dev qt6-image-formats-plug
### Arch Linux
```sh
sudo pacman -S --needed qt6-base qt6-tools boost-libs openssl qt6-imageformats qt6-5compat qt6-svg boost libnotify rapidjson pkgconf openssl cmake
sudo pacman -S --needed qt6-base qt6-tools boost-libs openssl qt6-imageformats qt6-5compat qt6-svg boost libnotify rapidjson pkgconf cmake
```
If you use Wayland, you will also need to ensure `qt6-wayland` is installed.