move to bb64
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name
2025-05-12 23:08:56 +12:00
parent 8fc3384c03
commit d946c18d7c
14 changed files with 120 additions and 61 deletions

View File

@ -102,14 +102,6 @@ if [ "$ARCH" != "aarch64" ] && [ "$ARCH" != "x86_64" ]; then
fi
#-----------------------------------------
# install bb64
curl -fsSL https://gitea.jde.nz/j/bb64/raw/branch/main/install.sh -o ./install-bb64.sh && bash ./install-bb64.sh && rm ./install-bb64.sh
#-----------------------------------------
echo "Installation complete."
#--------------------------------