Fixed ble.sh github url
This commit is contained in:
parent
7f6a0baaaf
commit
e6d7694e43
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue