From 20217ef231f00d7d0c2ef23203d1e9b383d3a75e Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sun, 2 Nov 2025 10:27:11 -0700 Subject: [PATCH] :poopin: --- customscripts/install_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customscripts/install_script.sh b/customscripts/install_script.sh index 9dbc4d7..9edb9f9 100644 --- a/customscripts/install_script.sh +++ b/customscripts/install_script.sh @@ -196,7 +196,7 @@ if [ ! -d $userhome/.local/share/blesh ]; then # install ble.sh echo -e "\nble.sh not found, installing\n" cd /tmp - git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git + git clone --recursive --depth 1 --shallow-submodules --single-branch -b master https://github.com/akinomyoga/ble.sh.git make -C ble.sh install PREFIX=$userhome/.local echo '# ble.sh' >> $rcfile echo "source -- $userhome/.local/share/blesh/ble.sh" >> $rcfile