Skip to content

Commit 809a6c8

Browse files
committed
Suppress TinyTeX installer progress output
1 parent 224824b commit 809a6c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/install-bin-windows.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ Invoke-WebRequest $TinyTeXURL -OutFile $DownloadedFile
4444
# unzip the downloaded file
4545
Write-Host 'Unbundle TinyTeX'
4646
if ($BundleExt -eq 'exe') {
47-
& ".\$DownloadedFile" -y
47+
& ".\$DownloadedFile" -y -bso0 -bsp0
48+
4849
if ($LASTEXITCODE -ne 0) { throw "Failed to extract $DownloadedFile" }
4950
} else {
5051
Add-Type -A 'System.IO.Compression.FileSystem'

0 commit comments

Comments
 (0)