Skip to content

Commit

Permalink
New release v0.9.20230501
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed May 1, 2023
1 parent cbd444d commit 9b27730
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.20230405
REL=0.9.20230501
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.20230405
REL=0.9.20230501
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,9 +5,9 @@
# https://github.com/rdavid/shellbase/
# shellcheck disable=SC3043,SC2034 # Uses local variables, appears unused.
readonly \
BASE_APP_VERSION=0.9.20230408 \
BASE_APP_VERSION=0.9.20230501 \
DST=/usr/local/bin \
GOR=0.9.20230405 \
GOR=0.9.20230501 \
PKG="\
curl \
dci-ansible \
Expand Down

0 comments on commit 9b27730

Please sign in to comment.