This commit is contained in:
@ -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."
|
||||
|
||||
#--------------------------------
|
||||
|
Reference in New Issue
Block a user