This commit is contained in:
pika 2025-01-05 22:07:07 +01:00
parent 5eb3f89508
commit 86234726fd

View file

@ -436,9 +436,8 @@ _blesh() {
if [[ ! -f $HOME/.local/share/blesh/ble.sh ]]; then
d_blesh # Dependency check for blesh
echo_info "Installing blesh.. Depending on your internet connection and the performance of the client, this could take a minute or two.."
if silentexec i_blesh; then # installing blesh silently
i_blesh && # installing blesh silently
bash
fi
else
# . "$HOME/.local/share/blesh/ble.sh" --attach=none
. "$HOME/.local/share/blesh/ble.sh"