Skip to content

feat: add exclude= parameter to macos_setup.sh (parity with Linux scripts) #91

Description

@sl5net

Summary

The Linux setup scripts (manjaro_arch, ubuntu, suse) and the WindowOS support an exclude=
parameter to skip downloading specific language models (e.g. exclude=de,
exclude=all). The macOS setup script is missing this feature.

Expected behavior

bash setup/macos_setup.sh exclude=de
bash setup/macos_setup.sh exclude=all

Current behavior

The parameter is silently ignored on macOS.

Notes

The implementation was already done once (commit 2e23199) but was lost
during a git reset --hard. The Linux implementation in
manjaro_arch_setup.sh can serve as reference.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions