15 lines
350 B
Bash
15 lines
350 B
Bash
#!/bin/bash
|
|
|
|
# Installs bb64 on the local machine.
|
|
|
|
# 1. determines the architecture of the local machine
|
|
|
|
# 2. downloads the appropriate bb64 binary from the latest public release on Gitea (https://gitea.jde.nz/j/bb64/releases)
|
|
|
|
# 3. makes the bb64 binary executable
|
|
|
|
# 4. moves the bb64 binary to /usr/local/bin
|
|
|
|
# 5. prints a message to the user
|
|
|