From 04916543bc8d150ba06c19dde3899c26b21215c8 Mon Sep 17 00:00:00 2001 From: Ashwith Rego Date: Sat, 30 Apr 2022 23:43:07 +0530 Subject: fixed typo. --- Fedora/install-nghdl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fedora/install-nghdl.sh b/Fedora/install-nghdl.sh index a9d7c87..1fae9ab 100755 --- a/Fedora/install-nghdl.sh +++ b/Fedora/install-nghdl.sh @@ -93,7 +93,7 @@ function installDependency # it is a dependency for nghdl so it makes sense to # keep it here as well. echo "Installing PyQt5......................................" - sudfo dnf install -y python3-qt5 + sudo dnf install -y python3-qt5 } -- cgit