This commit is contained in:
Mylloon 2024-07-02 11:42:17 +02:00
parent 1ecc503f12
commit 86bbe41665
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -11,6 +11,7 @@ $fileName = "$script.bat"
$url = "https://git.mylloon.fr/Anri/confOS/raw/branch/main/windows/installers/$fileName"
$filePath = Join-Path -Path $env:TEMP -ChildPath $fileName
Write-Host "Downloading $fileName..."
Invoke-WebRequest -Uri $url -OutFile $filePath
& $filePath