Dmitry Nefedov
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
Download_Sophia.ps1
|
|
@ -208,7 +208,7 @@ switch ($Version) |
|
|
|
} |
|
|
|
"Windows_10_PowerShell_7" |
|
|
|
{ |
|
|
|
Invoke-Item -Path "$DownloadsFolder\Sophia Script for Windows 10 v$LatestRelease PowerShell 7" |
|
|
|
Invoke-Item -Path "$DownloadsFolder\Sophia Script for Windows 10 PowerShell 7 v$LatestRelease" |
|
|
|
} |
|
|
|
"Windows_11_PowerShell_5.1" |
|
|
|
{ |
|
|
@ -216,7 +216,7 @@ switch ($Version) |
|
|
|
} |
|
|
|
"Windows_11_PowerShell_7" |
|
|
|
{ |
|
|
|
Invoke-Item -Path "$DownloadsFolder\Sophia Script for Windows 11 v$LatestRelease PowerShell 7" |
|
|
|
Invoke-Item -Path "$DownloadsFolder\Sophia Script for Windows 11 PowerShell 7 v$LatestRelease" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|