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