From 72a7637863488a27d2c42e3ac2bc81e4e4bc7aab Mon Sep 17 00:00:00 2001 From: Raspberrynani <54159650+Raspberrynani@users.noreply.github.com> Date: Tue, 15 Jul 2025 20:00:30 +0800 Subject: [PATCH] linux: fixed build instructions for ubuntu (#183) Fixed build instructions Ubuntu/Debian should use libssl-dev as libssl-devel does not exist --- linux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/README.md b/linux/README.md index 947c0a0..30f7eee 100644 --- a/linux/README.md +++ b/linux/README.md @@ -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