Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
R ecosystem
WindowsR
Commits
a7d2bde0
Commit
a7d2bde0
authored
Nov 11, 2020
by
Jean-Francois Rey
☕
Browse files
remove local repositor miktex
parent
18daef4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansible_provisioning/files/install-miktex.ps1
View file @
a7d2bde0
...
...
@@ -32,9 +32,9 @@ else {
throw
"ERROR: Can't install MiKTeX"
}
#
Remove-Item 'C:\windows\Temp\miktex' -Recurse
Remove-Item
'C:\windows\Temp\miktex'
-Recurse
Remove-Item
$output
-Force
#
Remove-Item 'C:\Windows\Temp\miktexsetup.exe' -Force
Remove-Item
'C:\Windows\Temp\miktexsetup.exe'
-Force
# Add miktex to PATH <- done at install
#$oldpath = (Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment' -Name PATH).path
#$newPath = "$oldpath;C:\miktek\miktex\bin\x64"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment