fixes?
This commit is contained in:
parent
5eb3f89508
commit
86234726fd
1 changed files with 1 additions and 2 deletions
3
.bashrc
3
.bashrc
|
@ -436,9 +436,8 @@ _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.."
|
||||||
if silentexec i_blesh; then # installing blesh silently
|
i_blesh && # installing blesh silently
|
||||||
bash
|
bash
|
||||||
fi
|
|
||||||
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue