bb64 release v27

This commit is contained in:
Your Name 2025-05-12 22:05:33 +12:00
parent 7081615a98
commit 5e7203b3b9
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# Installation # Installation
``` ```
curl -fsSL -o bb64_install.sh https://gitea.jde.nz/public/bb64/raw/branch/main/install.sh && sudo bash ./bb64_install.sh && rm bb64_install.sh curl -fsSL https://gitea.jde.nz/public/bb64/releases/download/latest/install.sh | bash
``` ```
# Use # Use

View File

@ -42,7 +42,7 @@ rm "$TMPDIR/bb64"
# 6. Print success message # 6. Print success message
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
echo "bb64 installed successfully to /usr/local/bin/bb64 (version $TAG, arch $ARCH)" echo "bb64 installed successfully to /usr/local/bin/bb64 (arch $ARCH)"
echo " " echo " "
echo "Update bb64 with:" echo "Update bb64 with:"
echo " bb64 -u" echo " bb64 -u"

View File

@ -1 +1 @@
static const char *VERSION = "26"; static const char *VERSION = "27";