Skip to content

Commit ee60bfd

Browse files
authored
Update RSR.ps1
1 parent 021b0df commit ee60bfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RSR.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Set-Content -Path "C:\RIPTIDE.ppkg" -Value $bytes -Encoding Byte
1414
#This removes existing provisioning packages to ensure a fresh start and prevent any conflicts, especially on Windows 10
1515
Uninstall-ProvisioningPackage -AllInstalledPackages
1616
#This applies the provisioning package without prompting
17-
Install-ProvisioningPackage -PackagePath C:\waste.ppkg -QuietInstall -ForceInstall
17+
Install-ProvisioningPackage -PackagePath C:\RIPTIDE.ppkg -QuietInstall -ForceInstall

0 commit comments

Comments
 (0)