From 0d80563a70d731df7441903ba7c5e8d5578c3f6a Mon Sep 17 00:00:00 2001 From: ami-GS <1991.daiki@gmail.com> Date: Tue, 5 Nov 2024 10:43:23 -0800 Subject: [PATCH] add y --- scripts/prepare-machine.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare-machine.ps1 b/scripts/prepare-machine.ps1 index 6512254cd6..ceb9837e1d 100644 --- a/scripts/prepare-machine.ps1 +++ b/scripts/prepare-machine.ps1 @@ -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 {