Skip to content

Commit 72a7637

Browse files
linux: fixed build instructions for ubuntu (#183)
Fixed build instructions Ubuntu/Debian should use libssl-dev as libssl-devel does not exist
1 parent 24686da commit 72a7637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A native Linux application to control your AirPods, with support for:
3333
sudo pacman -S openssl
3434

3535
# For Debian / Ubuntu
36-
sudo apt-get install libssl-devel
36+
sudo apt-get install libssl-dev
3737

3838
# For Fedora
3939
sudo dnf install openssl-devel

0 commit comments

Comments
 (0)