15 lines
271 B
Bash
15 lines
271 B
Bash
#!/bin/bash
|
|
|
|
# Installs bb64 on the local machine.
|
|
|
|
# 1. determines the architecture of the local machine
|
|
|
|
# 2. downloads the appropriate bb64 binary
|
|
|
|
# 3. makes the bb64 binary executable
|
|
|
|
# 4. moves the bb64 binary to /usr/local/bin
|
|
|
|
# 5. prints a message to the user
|
|
|