commit 3b8e65cea917c44fd250134311ede1984b759aa0
parent c7baa51c083c4527a5342d5950c7fad2e08b97f6
Author: Mark Feller <mfeller@recurly.com>
Date: Thu, 19 Dec 2019 18:26:35 -0700
string equal
Signed-off-by: Mark Feller <mfeller@recurly.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install b/install
@@ -59,7 +59,7 @@ install_dots() {
pre_install() {
# Enable RPM Fustion free and non-free on Fedora
- [ $os -eq "fedora" ] && sudo dnf install \
+ [ "$os" == "fedora" ] && sudo dnf install \
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
}