We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tlmgr update --self
1 parent e9d72c8 commit 2eb47e1Copy full SHA for 2eb47e1
choco/tools/chocolateyinstall.ps1
@@ -27,11 +27,6 @@ if ($pp['AddToSystemPath'] -eq 'true') {
27
}
28
Start-ChocolateyProcessAsAdmin $statementsToRun "$env:WINDIR\system32\cmd.exe"
29
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
-
35
$files = Get-ChildItem $toolsDir -Include *.exe -Recurse
36
foreach ($file in $files) {
37
#We are directly adding it to path so no need to generate shims
0 commit comments