Fix typo
This commit is contained in:
parent
9fb7c199d1
commit
216d9464a3
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Start-SoftwareInstaller @PSBoundParameters `
|
|||
Start-Sleep 10;
|
||||
Get-Process $processName | Stop-Process -Force;
|
||||
Pop-Location;
|
||||
Remove-Item -Recurse $dir,
|
||||
Remove-Item -Recurse $dir;
|
||||
|
||||
Remove-DesktopIcon "*osu*";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue