Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Fixed a mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
PercentBoat4164 committed Jan 4, 2022
1 parent 1625046 commit 3533053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HorizonZeroDawnDowngradeScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ then
fi

# Install the dotnet-sdk to run the DepotDownloader.dll file if it is not already there.
DOTNET_RUNTIME_INSTALLED=$(snap list | grep dotnet-sdk)
DOTNET_RUNTIME_INSTALLED=$(snap list | grep dotnet-runtime-60)
if [ -z "$DOTNET_RUNTIME_INSTALLED" ]
then
sudo snap install dotnet-runtime-60 --classic
Expand Down

0 comments on commit 3533053

Please sign in to comment.