We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca197c6 commit 5a2a5a2Copy full SHA for 5a2a5a2
1 file changed
scripts/miktex_install.ps1
@@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop"
3
$scriptRoot = (Resolve-Path $(If ($PSScriptRoot) { $PSScriptRoot } Else { "." })).Path
4
5
$installerPath = "$scriptRoot\basic-miktex-x64.exe"
6
-$installerUrl = 'http://mirrors.rit.edu/CTAN/systems/win32/miktex/setup/windows-x64/basic-miktex-20.11-x64.exe'
+$installerUrl = 'https://mirrors.rit.edu/CTAN/systems/win32/miktex/setup/windows-x64/basic-miktex-22.10-x64.exe'
7
8
(New-Object System.Net.WebClient).DownloadFile($installerUrl, $installerPath)
9
0 commit comments