Skip to content

Commit

Permalink
add y
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed Nov 5, 2024
1 parent 40c9082 commit 0d80563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-machine.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ function Install-Dotnet {
}

sudo apt-get update -y
sudo apt-get install dotnet-sdk-6.0 aspnetcore-runtime-6.0 dotnet-runtime-6.0
sudo apt-get install -y dotnet-sdk-6.0 aspnetcore-runtime-6.0 dotnet-runtime-6.0
}

function Install-Clog2Text {
Expand Down

0 comments on commit 0d80563

Please sign in to comment.