From f5f2afcf47d1a593088ca59e0ddc8f3d6cbd9dd1 Mon Sep 17 00:00:00 2001 From: dutixlf Date: Tue, 28 Apr 2026 07:12:51 +0500 Subject: [PATCH] download url changed for alpha --- download.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download.ps1 b/download.ps1 index 9ba493a..8f4b8eb 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" @@ -6,4 +6,4 @@ New-Item -ItemType Directory -Force -Path $destPath | Out-Null Invoke-WebRequest -Uri $url -OutFile $zipFile Expand-Archive -Path $zipFile -DestinationPath $destPath -Force -Remove-Item -Path $zipFile -Force \ No newline at end of file +Remove-Item -Path $zipFile -Force