bb64 release v31
This commit is contained in:
parent
bc607d239d
commit
f83f0cb874
@ -10,9 +10,14 @@ set -e
|
|||||||
|
|
||||||
# 0. see if we were passed a folder to install to
|
# 0. see if we were passed a folder to install to
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
INSTALL_DIR=$1
|
INSTALL_DIR="$1"
|
||||||
if [[ -z "$INSTALL_DIR" ]]; then
|
if [[ -z "$INSTALL_DIR" ]]; then
|
||||||
INSTALL_DIR="/usr/local/bin"
|
INSTALL_DIR="/usr/local/bin"
|
||||||
|
else
|
||||||
|
echo "Installing bb64 to $INSTALL_DIR"
|
||||||
|
if [[ ! -d "$INSTALL_DIR" ]]; then
|
||||||
|
mkdir -p "$INSTALL_DIR"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user