Skip to content

fix: remove unsupported args from TinyTeX install script#108

Merged
mcanouil merged 1 commit intomainfrom
fix/tinytex-install-args
Mar 9, 2026
Merged

fix: remove unsupported args from TinyTeX install script#108
mcanouil merged 1 commit intomainfrom
fix/tinytex-install-args

Conversation

@mcanouil
Copy link
Copy Markdown
Owner

@mcanouil mcanouil commented Mar 9, 2026

The upstream TinyTeX install script (install-bin-unix.sh) changed after v2026.03.02, repurposing positional arguments. $1 is now treated as a directory to move the installer tarball into, so passing --admin --no-path causes mv to fail with unrecognized option '--admin/'.

Remove the unsupported flags. The rest of our script already handles sys_bin and path add after relocating the installation to /opt/tinytex.

Fixes the CI failure in run 22815426873.

The upstream TinyTeX install script changed after v2026.03.02,
repurposing positional arguments. Passing `--admin --no-path`
now causes `mv` to fail with "unrecognized option '--admin/'".
@mcanouil mcanouil self-assigned this Mar 9, 2026
@mcanouil mcanouil added the Type: Bug 🐛 Issues related to bugs, errors, or mistakes label Mar 9, 2026
@mcanouil mcanouil merged commit ef79ac4 into main Mar 9, 2026
7 checks passed
@mcanouil mcanouil deleted the fix/tinytex-install-args branch March 9, 2026 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Bug 🐛 Issues related to bugs, errors, or mistakes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant