From 032bff6807256dff0dfc8da7633547416f9e0278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mart=C3=ADnez=20Garc=C3=ADa?= Date: Thu, 29 Feb 2024 15:48:57 +0100 Subject: [PATCH] try to bypass the agreement --- scripts/install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.bat b/scripts/install.bat index 1b7fc08..2cd7d33 100644 --- a/scripts/install.bat +++ b/scripts/install.bat @@ -2,7 +2,7 @@ @REM Installs the inquirer, pyuac, and pypiwin32 libraries using pip @REM Runs the install.py script in the user's windotfiles\scripts directory in PowerShell as a background process -winget install Python.Python.3.11 +winget install --accept-source-agreements --accept-package-agreements Python.Python.3.11 winget install Microsoft.PowerShell pwsh -Command $env:Path = [System.Environment]::GetEnvironmentVariable(\"Path\",\"Machine\") + \";\" + [System.Environment]::GetEnvironmentVariable(\"Path\",\"User\")