Skip to content

Commit

Permalink
Update overview comment
Browse files Browse the repository at this point in the history
  • Loading branch information
quaxalber committed Nov 23, 2023
1 parent 5919828 commit 3d910f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/build_python_3.11.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Build Python 3.11 from source and install as Debian package.

# Temporarily disable history expansion
set +H
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Install script for bluetooth_2_usb
# Install the latest stable GitHub version of Bluetooth 2 USB. Handles installing submodules, too.

# Temporarily disable history expansion
set +H
Expand Down
2 changes: 2 additions & 0 deletions scripts/update.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
# Update Bluetooth 2 USB to the latest stable GitHub version. Handles updating submodules, if required.

# Temporarily disable history expansion
set +H

Expand Down

0 comments on commit 3d910f7

Please sign in to comment.