From e23e05332077e0264bf0d4e817faf0a4d20851d1 Mon Sep 17 00:00:00 2001 From: Tim Zabel Date: Fri, 15 Sep 2017 23:19:48 -0400 Subject: [PATCH] Fixed spelling error. --- scripts/enablerpmfusion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/enablerpmfusion b/scripts/enablerpmfusion index 2f59b8c..9a0c3e3 100644 --- a/scripts/enablerpmfusion +++ b/scripts/enablerpmfusion @@ -8,7 +8,7 @@ then echo "Please run this script as root ( $@$0)." exit fi -echo "This script will enable the RPMFusion repositories for nonfree or patent encumbered software. Due to the legal implications of shipping non-free or patent encumbered technology, we cannot enable these packages by default. Long story short, if you want to do things like like listen to mp3, or watch youtube videos in your browser, you will probably need to enable these options. You may enable these options at any time by running sudo enablerpmfusion in a terminal." +echo "This script will enable the RPMFusion repositories for nonfree or patent encumbered software. Due to the legal implications of shipping non-free or patent encumbered technology, we cannot enable these packages by default. Long story short, if you want to do things like listen to mp3, or watch youtube videos in your browser, you will probably need to enable these options. You may enable these options at any time by running sudo enablerpmfusion in a terminal." while true; do read -p "Do you wish to continue? [y/n] " yn case $yn in