We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdd3d2 commit 21fda2eCopy full SHA for 21fda2e
scripts/install.sh
@@ -57,7 +57,7 @@ cleanup() {
57
main() {
58
# Install prerequisites.
59
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."
+ { apt-get update && apt-get install -y git python3.11 python3.11-venv python3-dev ; } || abort_install "Failed installing prerequisites."
61
62
# Determine the current script's directory and the parent directory
63
scripts_directory=$(dirname $(readlink -f "$0"))
0 commit comments