Skip to content

Commit

Permalink
New release v0.9.20230511
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed May 11, 2023
1 parent de614c6 commit 7fb049a
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 @@ -26,7 +26,7 @@ file from the released version. RHEL demands administrative rights to write to
`/usr/local/bin`, `sudo` before `tar` is used:

```sh
REL=0.9.20230510
REL=0.9.20230511
SRC=https://github.com/rdavid/gento/archive/refs/tags/v$REL.tar.gz
curl --location --silent $SRC |
sudo tar \
Expand All @@ -43,7 +43,7 @@ with all dependencies run POSIX-compliant shell script file
process owned by the superuser:

```sh
REL=0.9.20230510
REL=0.9.20230511
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 @@ -5,10 +5,10 @@
# https://github.com/rdavid/shellbase/
# shellcheck disable=SC3043,SC2034 # Uses local variables, appears unused.
readonly \
BASE_APP_VERSION=0.9.20230510 \
BASE_APP_VERSION=0.9.20230511 \
BASE_MIN_VERSION=0.9.20230505 \
DST=/usr/local/bin \
GOR=0.9.20230510 \
GOR=0.9.20230511 \
PKG="\
curl \
dci-ansible \
Expand Down

0 comments on commit 7fb049a

Please sign in to comment.