Fix ABRA_DIR for dev install
This commit is contained in:
parent
8e6b620e8c
commit
8f2fadb3c4
@ -3,7 +3,7 @@
|
|||||||
ABRA_VERSION="0.7.0"
|
ABRA_VERSION="0.7.0"
|
||||||
GIT_URL="https://git.autonomic.zone/coop-cloud/abra"
|
GIT_URL="https://git.autonomic.zone/coop-cloud/abra"
|
||||||
ABRA_SRC="$GIT_URL/raw/tag/$ABRA_VERSION/abra"
|
ABRA_SRC="$GIT_URL/raw/tag/$ABRA_VERSION/abra"
|
||||||
ABRA_DIR="${ABRA_DIR:+$ABRA_DIR}"
|
ABRA_DIR="${ABRA_DIR:+$HOME/.abra/}"
|
||||||
|
|
||||||
function install_abra_release {
|
function install_abra_release {
|
||||||
mkdir -p "$HOME/.local/bin"
|
mkdir -p "$HOME/.local/bin"
|
||||||
|
Reference in New Issue
Block a user