Skip to content

Commit f74f55c

Browse files
committed
Update URL for relaunch
1 parent c30f230 commit f74f55c

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
@@ -9,7 +9,7 @@
99
Write-Host "Checking for administrator access...`n"
1010
if (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator"))
1111
{
12-
$arguments = "-ep bypass `"irm 'https://codepy5.github.io/RIPTIDE/RSR.ps1'|iex`""
12+
$arguments = "-ep bypass `"irm 'https://riptide.codepy.org/RSR.ps1|iex`""
1313
Write-Host "Another process is being launched to continue execution... please leave this window open and accept a UAC prompt if presented."
1414
Start-Process powershell -Verb runAs -ArgumentList $arguments -Wait
1515
} else {

0 commit comments

Comments
 (0)