This commit is contained in:
2025-11-15 03:38:27 -07:00
parent 8ea9c3c93a
commit 0085f49694
+2 -2
View File
@@ -197,9 +197,9 @@ if [ ! -d $userhome/.local/share/blesh ]; then
echo -e "\nble.sh not found, installing\n"
cd /tmp
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=~/.local
echo '# ble.sh' >> $rcfile
echo "source -- $userhome/.local/share/blesh/ble.sh" >> $rcfile
echo "source -- ~/.local/share/blesh/ble.sh" >> $rcfile
source $rcfile
exec "$SHELL"
else