Skip to content

Commit

Permalink
Use https for texlive repos
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Aug 17, 2023
1 parent 134828b commit cb326b5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion install/latex_mini.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ source ~/.bashrc
Dann sollten noch die Update-Optionen angepasst werden
```
$ tlmgr option autobackup -- -1
$ tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet
$ tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet
```

Eine Liste aller notwendiger LaTeX Packages, die wir brauchen werden, ladet ihr mit
Expand Down
2 changes: 1 addition & 1 deletion install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ In dem neuen Terminal die folgenden Befehle eingeben:

```
$ tlmgr option autobackup -- -1
$ tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet
$ tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet
```

Falls diese Installation aufgrund von zu geringem Speicherplatz nicht funktioniert,
Expand Down
2 changes: 1 addition & 1 deletion install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Es sollte die Dokumentation von TeXLive geöffnet werden (in einem PDF-Betrachte
Im Terminal:

sudo tlmgr option autobackup -- -1
sudo tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet
sudo tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet

## <a id="update"></a>Aktualisieren

Expand Down
2 changes: 1 addition & 1 deletion install/windows-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ In dem neuen Terminal die folgenden Befehle eingeben:

```
tlmgr option autobackup -- -1
tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet
tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet
```

Falls diese Installation aufgrund von zu geringem Speicherplatz nicht funktioniert,
Expand Down
2 changes: 1 addition & 1 deletion install/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ In dem neuen Terminal die folgenden Befehle eingeben:

```
tlmgr option autobackup -- -1
tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet
tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet
```

Falls diese Installation aufgrund von zu geringem Speicherplatz nicht funktioniert,
Expand Down

0 comments on commit cb326b5

Please sign in to comment.