Ernesto Nicolás Carrea 5 years ago
parent
commit
5f1f0c9507
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/hst_autocompile.sh

+ 1 - 1
src/hst_autocompile.sh

@@ -231,7 +231,7 @@ if [ "$dontinstalldeps" != 'true' ]; then
         echo "Updating system DNF repositories..."
         dnf config-manager --set-enabled powertools > /dev/null 2>&1
         dnf config-manager --set-enabled PowerTools > /dev/null 2>&1
-        dnf ugprade -yq
+        dnf upgrade -yq
         echo "Installing dependencies for compilation..."
         dnf install -yq $SOFTWARE
     else