Compare commits

...

3 Commits
0.7.1 ... 0.7.2

Author SHA1 Message Date
acdfa20b2b Mark new version in installer 2021-04-07 21:10:37 +02:00
34dc33a01d Add change log entry 2021-04-07 21:08:46 +02:00
4747d9b7fb Fix typo (thanks bash)
Follows 8f2fadb3c4.
2021-04-07 21:06:26 +02:00
2 changed files with 6 additions and 2 deletions

View File

@ -9,6 +9,10 @@
# abra x.x.x (UNRELEASED)
# abra 0.7.2 (2021-04-07)
- Fix installation script development installs (again! Thanks Bash!) ([4747d9b7](https://git.autonomic.zone/coop-cloud/abra/commit/4747d9b7fb5fba914f210b6570bfe2db0b53da23))
# abra 0.7.1 (2021-04-07)
- Fix installation script development installs ([8f2fadb3c](https://git.autonomic.zone/coop-cloud/abra/commit/8f2fadb3c43c5915520f5ea531ea3815c2ba8531))

View File

@ -1,9 +1,9 @@
#!/bin/bash
ABRA_VERSION="0.7.1"
ABRA_VERSION="0.7.2"
GIT_URL="https://git.autonomic.zone/coop-cloud/abra"
ABRA_SRC="$GIT_URL/raw/tag/$ABRA_VERSION/abra"
ABRA_DIR="${ABRA_DIR:+$HOME/.abra/}"
ABRA_DIR="${ABRA_DIR:-$HOME/.abra/}"
function install_abra_release {
mkdir -p "$HOME/.local/bin"