download url changed for alpha

This commit is contained in:
dutixlf
2026-04-28 07:12:51 +05:00
parent 49d7efbe77
commit f5f2afcf47

View File

@@ -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:\" $destPath = "C:\"
$zipFile = "$destPath\archive.zip" $zipFile = "$destPath\archive.zip"
@@ -6,4 +6,4 @@ New-Item -ItemType Directory -Force -Path $destPath | Out-Null
Invoke-WebRequest -Uri $url -OutFile $zipFile Invoke-WebRequest -Uri $url -OutFile $zipFile
Expand-Archive -Path $zipFile -DestinationPath $destPath -Force Expand-Archive -Path $zipFile -DestinationPath $destPath -Force
Remove-Item -Path $zipFile -Force Remove-Item -Path $zipFile -Force