From d65c8391238a52d46d8cec7988e0e6cd5902e000 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 19 Aug 2024 20:48:59 +0200 Subject: [PATCH] addet blesh for real --- .bashrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.bashrc b/.bashrc index cb82e6c..5e2b676 100644 --- a/.bashrc +++ b/.bashrc @@ -33,14 +33,9 @@ check_root() { fi } -i_blesh() { - install_pkg gawk make && - git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git /tmp/blesh && - $(cd /tmp/ && make -C ble.sh install PREFIX=~/.local) -} # ─< ble.sh -- https://github.com/akinomyoga/ble.sh >───────────────────────────────────── if [[ ! -f $HOME/.local/share/blesh/ble.sh ]]; then - i_blesh + bash -norc -c "$(curl -sSL https://git.k4li.de/pika/scripts/raw/branch/main/bash/installs/install-blesh.sh)" else source "$HOME/.local/share/blesh/ble.sh" --attach=none fi