Fixed ble.sh github url

This commit is contained in:
Eric Renfro 2024-05-06 18:26:09 -04:00
parent 7f6a0baaaf
commit e6d7694e43
Signed by: psi-jack
SSH Key Fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
if [[ ! -r "$HOME/.local/share/blesh/ble.sh" ]]; then
echo "+ ble.sh"
git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.github
git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git
make -C ble.sh install PREFIX="$HOME/.local"
rm -rf ble.sh
fi