From 86234726fd4db44f664349c7f44a99136850d09c Mon Sep 17 00:00:00 2001 From: pika <67532734+pik4li@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:07:07 +0100 Subject: [PATCH] fixes? --- .bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index cacc511..1b4bdb8 100644 --- a/.bashrc +++ b/.bashrc @@ -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"