Trying again

This commit is contained in:
camoy 2024-08-15 17:16:43 -07:00
parent b661ce5077
commit a9540e0906

View File

@ -13,7 +13,7 @@ Write-Host "---Retrieving Software License File---"
Invoke-WebRequest "https://git.sdf.org/camoy/Sweetcade/raw/branch/main/license.txt" -OutFile .\license.txt
Write-Host "---Displaying Software License File---"
Get-Content -Path .\license.txt | Out-Host -Paging
if ($? -gt 0)
if ($? -lt 0)
{
Write-Host "----------"
Write-Host "You must read and accept the terms of the software license to install Sweetcade."