Skip to content

Commit

Permalink
linux: fix fedora portaudio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Oct 8, 2024
1 parent 78a1cf6 commit b596eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fedora-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
PYTHON=$1

echo "Installing Fedora system dependencies"
sudo dnf install -y "$PYTHON" python-pip "$PYTHON-devel" "$PYTHON-virtualenv" "$PYTHON-tkinter" python3-pyaudio
sudo dnf install -y "$PYTHON" python-pip "$PYTHON-devel" "$PYTHON-virtualenv" "$PYTHON-tkinter" portaudio-devel redhat-rpm-config

0 comments on commit b596eda

Please sign in to comment.