Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 44f4247

Browse files
Move last line of script block to new line
1 parent bcc8a2f commit 44f4247

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ $ScriptWebArchive = "https://github.com/parsec-cloud/Parsec-Cloud-Preparation-To
127127
$LocalArchivePath = "$ENV:UserProfile\Downloads\Parsec-Cloud-Preparation-Tool"
128128
(New-Object System.Net.WebClient).DownloadFile($ScriptWebArchive, "$LocalArchivePath.zip")
129129
Expand-Archive "$LocalArchivePath.zip" -DestinationPath $LocalArchivePath -Force
130-
CD $LocalArchivePath\Parsec-Cloud-Preparation-Tool-master\PostInstall | powershell.exe .\PostInstall.ps1 -DontPromptPasswordUpdateGPU
130+
CD $LocalArchivePath\Parsec-Cloud-Preparation-Tool-master\PostInstall
131+
powershell.exe .\PostInstall.ps1 -DontPromptPasswordUpdateGPU
131132
```
132133

0 commit comments

Comments
 (0)