2022-09-08 19:25:02 +02:00
|
|
|
# manual execution: Set-ExecutionPolicy Bypass -Scope Process -Force; .\i
|
2022-09-10 00:38:57 +02:00
|
|
|
(Test-Path "$PWD\instalee" -PathType Container) -and (cd instalee) | out-null
|
2022-09-08 19:25:02 +02:00
|
|
|
packages\chocolatey\powershell.ps1
|
|
|
|
Start-Process -Wait choco -Verb runAs -ArgumentList 'install git'
|
|
|
|
Start-Process -Wait "C:\Program Files\Git\git-bash.exe" -Verb runAs -ArgumentList "-c './instalee win/office; sleep 10 || bash'"
|
2022-09-10 00:38:57 +02:00
|
|
|
# Sleep 10
|