From 3d910f7707a11be9e8fb91f0cb3fb72db85f6d23 Mon Sep 17 00:00:00 2001 From: Benjamin T Date: Thu, 23 Nov 2023 13:29:33 +0100 Subject: [PATCH] Update overview comment --- scripts/build_python_3.11.sh | 1 + scripts/install.sh | 2 +- scripts/update.sh | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/build_python_3.11.sh b/scripts/build_python_3.11.sh index e7a17bc5..d760c177 100644 --- a/scripts/build_python_3.11.sh +++ b/scripts/build_python_3.11.sh @@ -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 diff --git a/scripts/install.sh b/scripts/install.sh index 3700614b..2c642161 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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 diff --git a/scripts/update.sh b/scripts/update.sh index 16e5be84..8e2333e4 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -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