This commit is contained in:
pika 2025-01-06 01:34:01 +01:00
parent 8cca584f20
commit e1d74f31e7

View file

@ -437,7 +437,7 @@ _blesh() {
if [[ ! -f $HOME/.local/share/blesh/ble.sh ]]; then if [[ ! -f $HOME/.local/share/blesh/ble.sh ]]; then
d_blesh # Dependency check for blesh 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.." echo_info "Installing blesh.. Depending on your internet connection and the performance of the client, this could take a minute or two.."
i_blesh# installing blesh silently i_blesh # installing blesh silently
else else
# . "$HOME/.local/share/blesh/ble.sh" --attach=none # . "$HOME/.local/share/blesh/ble.sh" --attach=none
. "$HOME/.local/share/blesh/ble.sh" . "$HOME/.local/share/blesh/ble.sh"