fixed blesh

This commit is contained in:
pika 2025-01-05 20:49:33 +01:00
parent 33e5e41dd3
commit 931f20c0b1

View file

@ -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
}