From b1d8fbbaa0595b4814e7615cf19fef82654d5205 Mon Sep 17 00:00:00 2001 From: dutixlf Date: Tue, 28 Apr 2026 01:31:23 +0000 Subject: [PATCH] changed path for archive to gamma --- download.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"