Git pull through argument in setup_venv (#623)

This commit is contained in:
xzuyn
2023-01-09 18:42:13 -05:00
committed by GitHub
parent 47a119a37f
commit 12f844d93a

View File

@@ -1,3 +1,9 @@
param([string]$arguments)
if ($arguments -eq "--update-src"){
git pull
}
#Write-Host "Installing python"
#Start-Process winget install Python.Python.3.10 '/quiet InstallAllUsers=1 PrependPath=1' -wait -NoNewWindow