Install docker engine

This commit is contained in:
Gerald Pinder
2024-02-28 21:43:39 -05:00
parent 5ef7da1464
commit 739b9b177a
6 changed files with 17 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ VERSION=${LATEST_TAG#v}
echo "Latest version is $VERSION"
# Download the latest version of the r2modman package
curl -L https://github.com/ebkr/r2modmanPlus/releases/download/v${VERSION}/r2modman-${VERSION}.x86_64.rpm -o r2modman-${VERSION}.x86_64.rpm
curl -L0 https://github.com/ebkr/r2modmanPlus/releases/download/v${VERSION}/r2modman-${VERSION}.x86_64.rpm -o r2modman-${VERSION}.x86_64.rpm
# Install the downloaded package
rpm-ostree install r2modman-${VERSION}.x86_64.rpm