.
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 20s

This commit is contained in:
Your Name
2025-05-12 19:14:03 +12:00
parent 83d06a1680
commit df281d2f91
2 changed files with 27 additions and 0 deletions

View File

@ -101,6 +101,15 @@ if [ "$ARCH" != "aarch64" ] && [ "$ARCH" != "x86_64" ]; then
exit 1
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."
#--------------------------------