Trying again
This commit is contained in:
parent
b661ce5077
commit
a9540e0906
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user