Skip to content

Commit

Permalink
try to bypass the agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
Farravid committed Feb 29, 2024
1 parent b48faf2 commit 032bff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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\")
Expand Down

0 comments on commit 032bff6

Please sign in to comment.