fixed blesh
This commit is contained in:
parent
33e5e41dd3
commit
931f20c0b1
1 changed files with 1 additions and 2 deletions
3
.bashrc
3
.bashrc
|
@ -373,8 +373,7 @@ i_blesh() {
|
|||
local tmp_dir="$(mktemp -d)"
|
||||
|
||||
cd "$tmp_dir" || echo_error "$tmp_dir is not valid!"
|
||||
git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git app
|
||||
cd ./app || echo_error "$tmp_dir/app is not valid"
|
||||
git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git
|
||||
make -C ble.sh install PREFIX=~/.local
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue