From 5e7203b3b940f1ed6af1e37519cd2d4d51dcbf6b Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 12 May 2025 22:05:33 +1200 Subject: [PATCH] bb64 release v27 --- README.md | 2 +- install.sh | 2 +- version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b7ab66..b4a6ae5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # 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 diff --git a/install.sh b/install.sh index 7241d9e..ed1d5fc 100755 --- a/install.sh +++ b/install.sh @@ -42,7 +42,7 @@ rm "$TMPDIR/bb64" # 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 "Update bb64 with:" echo " bb64 -u" diff --git a/version.h b/version.h index 54a21f7..bf7fa44 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -static const char *VERSION = "26"; +static const char *VERSION = "27";