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