Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/new-data/install/linux/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ latest-release:
curl -O https://download.swift.org/swiftly/linux/swiftly-$(uname -m).tar.gz && \
tar zxf swiftly-$(uname -m).tar.gz && \
./swiftly init --quiet-shell-followup && \
. "${SWIFTLY_HOME_DIR:-~/.local/share/swiftly}/env.sh" && \
. "${SWIFTLY_HOME_DIR:-$HOME/.local/share/swiftly}/env.sh" && \
hash -r
- label: Fish
code: |-
Expand Down
2 changes: 1 addition & 1 deletion _data/new-data/install/macos/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ latest-release:
curl -O https://download.swift.org/swiftly/darwin/swiftly.pkg && \
installer -pkg swiftly.pkg -target CurrentUserHomeDirectory && \
~/.swiftly/bin/swiftly init --quiet-shell-followup && \
. "${SWIFTLY_HOME_DIR:-~/.swiftly}/env.sh" && \
. "${SWIFTLY_HOME_DIR:-$HOME/.swiftly}/env.sh" && \
hash -r
- label: Fish
code: |
Expand Down
2 changes: 1 addition & 1 deletion _includes/install/_linux_platforms_tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="language-plaintext highlighter-rouge"><div class="highlight"><button>Copy</button><pre class="highlight"><code>curl -O "https://download.swift.org/swiftly/linux/swiftly-$(uname -m).tar.gz" &amp;&amp; \
tar zxf "swiftly-$(uname -m).tar.gz" &amp;&amp; \
./swiftly init --quiet-shell-followup &amp;&amp; \
. ${SWIFTLY_HOME_DIR:-~/.local/share/swiftly}/env.sh &amp;&amp; \
. ${SWIFTLY_HOME_DIR:-$HOME/.local/share/swiftly}/env.sh &amp;&amp; \
hash -r
</code></pre></div></div>
<h4>License: <a href="https://raw.githubusercontent.com/swiftlang/swiftly/refs/heads/main/LICENSE.txt">Apache-2.0</a> | PGP: <a href="https://download.swift.org/swiftly/linux/swiftly-0.4.0-dev-x86_64.tar.gz.sig">Signature</a></h4>
Expand Down