rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f7ded6d9f9c9f2c7222f18ee2daccb116f04d451
parent 6316a003531229ec5bc96f4e0b826f3fb733d99d
Author: Mark Feller <mfeller@recurly.com>
Date:   Thu, 19 Dec 2019 18:29:24 -0700

auto yes

Signed-off-by: Mark Feller <mfeller@recurly.com>

Diffstat:
Minstall | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install b/install @@ -61,7 +61,7 @@ pre_install() { # Enable RPM Fustion free and non-free on Fedora [ "$os" == "fedora" ] && { log "Enabling RPM Fustion" - sudo dnf install \ + sudo dnf install -y \ https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \ https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm }