From 88bf4d00ef71bf7b6335f242374d42bf0138920c Mon Sep 17 00:00:00 2001 From: dutixlf Date: Tue, 28 Apr 2026 01:30:12 +0000 Subject: [PATCH] Update download.ps1 --- download.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"