From 7fb049aefdc18c77ccf1a88afc84e31a0f4a982a Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Thu, 11 May 2023 15:50:11 +0300 Subject: [PATCH] New release v0.9.20230511 --- README.md | 4 ++-- app/install | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 71f53d8..23707b3 100644 --- a/README.md +++ b/README.md @@ -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 \ @@ -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 | diff --git a/app/install b/app/install index e8820cf..1efb188 100755 --- a/app/install +++ b/app/install @@ -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 \