diff --git a/installer3.sh b/installer3.sh index 68c3142..17e76fc 100644 --- a/installer3.sh +++ b/installer3.sh @@ -100,7 +100,7 @@ sleep 60 # installing ble.sh echo "Installing BLE.sh" -git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git +git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git /tmp/ble.sh make -C /tmp/ble.sh install PREFIX=/home/$username/.local echo -e "\n# ble.sh" >> /home/$username/.bashrc echo "source -- /home/$username/.local/share/blesh/ble.sh" >> /home/$username/.bashrc