diff --git a/scripts/install.sh b/scripts/install.sh index bbf35d7e..2225a5d5 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -57,7 +57,7 @@ cleanup() { main() { # Install prerequisites. colored_output "${GREEN}" "Installing bluetooth_2_usb prerequisites..." - { apt-get update && apt-get install -y git python3.11 python3.11-venv ; } || abort_install "Failed installing prerequisites." + { apt-get update && apt-get install -y git python3.11 python3.11-venv python3-dev ; } || abort_install "Failed installing prerequisites." # Determine the current script's directory and the parent directory scripts_directory=$(dirname $(readlink -f "$0"))