linux: fixed build instructions for ubuntu (#183)

Fixed build instructions

Ubuntu/Debian should use libssl-dev as libssl-devel does not exist
This commit is contained in:
Raspberrynani
2025-07-15 20:00:30 +08:00
committed by GitHub
parent 24686da1f3
commit 72a7637863

View File

@@ -33,7 +33,7 @@ A native Linux application to control your AirPods, with support for:
sudo pacman -S openssl
# For Debian / Ubuntu
sudo apt-get install libssl-devel
sudo apt-get install libssl-dev
# For Fedora
sudo dnf install openssl-devel