Create r2modman module
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -xeuo pipefail
|
||||
set -euo pipefail
|
||||
|
||||
VERSION="3.1.46"
|
||||
|
||||
curl -L https://github.com/ebkr/r2modmanPlus/releases/download/v${VERSION}/r2modman-${VERSION}.x86_64.rpm -o r2modman-${VERSION}.x86_64.rpm
|
||||
|
||||
rpm-ostree install r2modman-${VERSION}.x86_64.rpm
|
||||
rm -f r2modman-${VERSION}.x86_64.rpm
|
||||
|
||||
Reference in New Issue
Block a user