diff --git a/hack/install-edge.sh b/hack/install-edge.sh index 87fc5b3..27c8c15 100644 --- a/hack/install-edge.sh +++ b/hack/install-edge.sh @@ -65,7 +65,7 @@ echo "" if [ ! -x "$(command -v arkade)" ]; then # For Centos, RHEL, Fedora, Amazon Linux, and Oracle Linux, use BINLOCATION=/usr/bin/ - if $(has_yum); then + if $(has_dnf); then BINLOCATION=/usr/bin/ fi