Skip to content

Commit

Permalink
New release v0.9.20230225
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Feb 25, 2023
1 parent b6aea25 commit 291952c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The artifact is a single executable POSIX-compliant shell script file
file from the released version. RHEL demands administrative rights to write to
`/usr/local/bin`, `sudo` before `tar` is used:
```sh
REL=0.9.20230224
REL=0.9.20230225
SRC=https://github.com/rdavid/gento/archive/refs/tags/v$REL.tar.gz
curl --location --silent $SRC |
sudo tar \
Expand All @@ -29,7 +29,7 @@ To install `gento` with all dependencies run POSIX-compliant shell script file
[`install`](https://github.com/rdavid/gento/blob/master/app/install) as a
process owned by the superuser:
```sh
REL=0.9.20230224
REL=0.9.20230225
SRC=https://github.com/rdavid/gento/archive/refs/tags/v$REL.tar.gz
sudo su -c eval -c "$(
curl --location --silent $SRC |
Expand Down
4 changes: 2 additions & 2 deletions app/install
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# shellcheck disable=SC3043 # Uses local variables.
# shellcheck disable=SC1091,SC2034 # File not following, appears unused.
readonly \
BASE_APP_VERSION=0.9.20230224 \
BASE_APP_VERSION=0.9.20230225 \
DST=/usr/local/bin \
GOR=0.9.20230224 \
GOR=0.9.20230225 \
PKG="\
curl \
dci-ansible \
Expand Down

0 comments on commit 291952c

Please sign in to comment.