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