From 523d8998e069d40c0e08066a6ef244b16b8a1a39 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 1 Nov 2025 22:38:39 -0600 Subject: [PATCH] weeewoooo --- customscripts/install_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/customscripts/install_script.sh b/customscripts/install_script.sh index f53143f..abb59c4 100644 --- a/customscripts/install_script.sh +++ b/customscripts/install_script.sh @@ -183,6 +183,7 @@ fi 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 make -C ble.sh install PREFIX=$userhome/.local echo '# ble.sh' >> $rcfile