Skip to content

Commit

Permalink
Fix the problem with installing the wrong dotnet-host for centos 8s
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Jan 10, 2024
1 parent 493373f commit 6bff317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-RedHat/install-preq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ if [ "$REV" = "9" ]; then
elif [ "$REV" = "8" ]; then
hyperfastcgi_version=${hyperfastcgi_version:-"0.4-7"};
[ $DIST != "redhat" ] && POWERTOOLS_REPO="--enablerepo=powertools" || /usr/bin/crb enable
DOTNET_HOST="dotnet-host-7.0*"
elif [ "$REV" = "7" ] ; then
hyperfastcgi_version=${hyperfastcgi_version:-"0.4-6"};
fi
Expand Down

0 comments on commit 6bff317

Please sign in to comment.