This commit is contained in:
2025-11-02 10:27:11 -07:00
parent 6478f9e373
commit 20217ef231
+1 -1
View File
@@ -196,7 +196,7 @@ if [ ! -d $userhome/.local/share/blesh ]; then
# install ble.sh # install ble.sh
echo -e "\nble.sh not found, installing\n" echo -e "\nble.sh not found, installing\n"
cd /tmp 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 make -C ble.sh install PREFIX=$userhome/.local
echo '# ble.sh' >> $rcfile echo '# ble.sh' >> $rcfile
echo "source -- $userhome/.local/share/blesh/ble.sh" >> $rcfile echo "source -- $userhome/.local/share/blesh/ble.sh" >> $rcfile