Skip to content

Commit 5a2a5a2

Browse files
authored
Update miktex_install.ps1
1 parent ca197c6 commit 5a2a5a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/miktex_install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop"
33
$scriptRoot = (Resolve-Path $(If ($PSScriptRoot) { $PSScriptRoot } Else { "." })).Path
44

55
$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'
6+
$installerUrl = 'https://mirrors.rit.edu/CTAN/systems/win32/miktex/setup/windows-x64/basic-miktex-22.10-x64.exe'
77

88
(New-Object System.Net.WebClient).DownloadFile($installerUrl, $installerPath)
99

0 commit comments

Comments
 (0)