From ccd312b9be83e59222a3e6386585ad87a163e912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Tue, 3 Apr 2018 16:59:45 +0000 Subject: [PATCH] Add 'files/Install_RPMFusion.sh' --- files/Install_RPMFusion.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 files/Install_RPMFusion.sh diff --git a/files/Install_RPMFusion.sh b/files/Install_RPMFusion.sh new file mode 100644 index 0000000..33e4f04 --- /dev/null +++ b/files/Install_RPMFusion.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +dnf install -y http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm \ No newline at end of file