diff options
| author | Camil Staps | 2026-03-03 20:15:34 +0100 |
|---|---|---|
| committer | Camil Staps | 2026-03-03 20:15:34 +0100 |
| commit | b056060a56e42653ca16bcd504ecdf5460ffe398 (patch) | |
| tree | b870dc818a0f6193e40b3b20a7a139dd592d2faa /texlive/install-packages.sh | |
| parent | Update vim spellfile (diff) | |
Diffstat (limited to 'texlive/install-packages.sh')
| -rwxr-xr-x | texlive/install-packages.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/texlive/install-packages.sh b/texlive/install-packages.sh new file mode 100755 index 0000000..ad0399d --- /dev/null +++ b/texlive/install-packages.sh @@ -0,0 +1,2 @@ +#!/bin/bash +sudo tlmgr install $(cat packages.txt) |
