Skip to content

Fixed Swift and Swiftly install command for Linux #965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dvkellerman
Copy link

@dvkellerman dvkellerman commented Apr 15, 2025

Fixed Swift and Swiftly install commands for Linux.

Motivation:

When using the Zsh shell with Oh My Zsh, magic functions incorrectly escape $(uname -m) as $(uname -m) when pasting installation commands from documentation. This is a known issue in the Oh My Zsh project.
We need take this issue into account and provide commands that are able to install swift tooling in every environment.

Modifications:

Wrapped affected commands in parentheses to prevent incorrect escaping.

Result:

All installation commands now work as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants