Skip to content

Commit 2eb47e1

Browse files
committed
not sure why tlmgr update --self is taking forever on chocolatey.org, so I'm removing this step (I guess users can run it by themselves if necessary)
1 parent e9d72c8 commit 2eb47e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

choco/tools/chocolateyinstall.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ if ($pp['AddToSystemPath'] -eq 'true') {
2727
}
2828
Start-ChocolateyProcessAsAdmin $statementsToRun "$env:WINDIR\system32\cmd.exe"
2929

30-
Write-Host "Updating tlmgr"
31-
#updates tlmgr
32-
$statementsToRun = "/C `"$toolsDir\TinyTeX\bin\windows\tlmgr.bat update --self`""
33-
Start-ChocolateyProcessAsAdmin $statementsToRun "$env:WINDIR\system32\cmd.exe"
34-
3530
$files = Get-ChildItem $toolsDir -Include *.exe -Recurse
3631
foreach ($file in $files) {
3732
#We are directly adding it to path so no need to generate shims

0 commit comments

Comments
 (0)