diff --git a/download.ps1 b/download.ps1 index c7ddb58..de25d87 100644 --- a/download.ps1 +++ b/download.ps1 @@ -1,4 +1,4 @@ -$url = "https://git.scamhost.online/fear/fear-ss/archive/alpha.zip" +$url = "https://git.scamhost.online/fear/fear-ss/archive/method.zip" $destPath = "C:\" $zipFile = "$destPath\archive.zip"