Skip to content

nightly

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 08:29
· 393 commits to master since this release
a3082a0

Usage

Prerequisites

Bash 3.0+ and basic POSIX utilities are required.

Download ble-nightly.tar.xz

Link kept updated for every nightly build:

https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly.tar.xz

Permalink to the current nightly build:

https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly-20240622+79beebd.tar.xz

# DOWNLOAD with wget
wget https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly.tar.xz

# DOWNLOAD with curl
curl -LO https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly.tar.xz

# DOWNLOAD with wget (this specific nightly build)
wget https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly-20240622+79beebd.tar.xz

# DOWNLOAD with curl (this specific nightly build)
curl -LO https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly-20240622+79beebd.tar.xz

Trial & Install

# TRIAL
tar xJf ble-nightly.tar.xz
source ble-nightly/ble.sh

# INSTALL (quick)
tar xJf ble-nightly.tar.xz
bash ble-nightly/ble.sh --install ~/.local/share
echo 'source ~/.local/share/blesh' >> ~/.bashrc
# Note: After installation, directory ble-nightly-20240622+79beebd can be removed.

# INSTALL (more robust)
tar xJf ble-nightly.tar.xz
bash ble-nightly/ble.sh --install ~/.local/share
# Add the following line near the top of ~/.bashrc
[[ $- == *i* ]] && source ~/.local/share/blesh/ble.sh --attach=none
# Add the following line at the end of ~/.bashrc
[[ ${BLE_VERSION-} ]] && ble-attach
# Note: After installation, directory ble-nightly-20240622+79beebd can be removed.