Skip to content

Commit 21fda2e

Browse files
authored
Fix: Install python3-dev (#119)
1 parent fcdd3d2 commit 21fda2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ cleanup() {
5757
main() {
5858
# Install prerequisites.
5959
colored_output "${GREEN}" "Installing bluetooth_2_usb prerequisites..."
60-
{ apt-get update && apt-get install -y git python3.11 python3.11-venv ; } || abort_install "Failed installing prerequisites."
60+
{ apt-get update && apt-get install -y git python3.11 python3.11-venv python3-dev ; } || abort_install "Failed installing prerequisites."
6161

6262
# Determine the current script's directory and the parent directory
6363
scripts_directory=$(dirname $(readlink -f "$0"))

0 commit comments

Comments
 (0)