useless if
This commit is contained in:
parent
86eb7c8b30
commit
b263b8d5d5
1 changed files with 0 additions and 5 deletions
|
@ -2,11 +2,6 @@ param (
|
|||
[string]$script
|
||||
)
|
||||
|
||||
if (-not $script) {
|
||||
Write-Host "No script found"
|
||||
exit
|
||||
}
|
||||
|
||||
$fileName = "$script.bat"
|
||||
$url = "https://git.mylloon.fr/Anri/confOS/raw/branch/main/windows/installers/$fileName"
|
||||
$filePath = Join-Path -Path $env:TEMP -ChildPath $fileName
|
||||
|
|
Loading…
Reference in a new issue