Merge branch 'main' of git.theflyingfool.com:theflyingfool/Win_Setup
This commit is contained in:
commit
b9de693dce
@ -40,10 +40,12 @@ function InstallTheApps() {
|
||||
Write-host "Installing:" $app.name
|
||||
if ($null -ne $app.source) {
|
||||
winget install --exact $app.name --source $app.source
|
||||
winget install --exact $app.name --source $app.source
|
||||
# winget install --exact --silent $app.name --source $app.source
|
||||
}
|
||||
else {
|
||||
winget install --exact $app.name
|
||||
winget install --exact $app.name
|
||||
# winget install --exact --silent $app.name
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user