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
4 changes: 2 additions & 2 deletions _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 All @@ -34,4 +34,4 @@ latest-release:
- href: 'https://hub.docker.com/_/swift'
copy: 'Docker Hub'
- href: 'https://www.swift.org/install/linux/docker'
copy: 'Instructions'
copy: 'Instructions'
4 changes: 2 additions & 2 deletions _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 All @@ -29,4 +29,4 @@ latest-release:
headline: Xcode
links:
- href: 'https://developer.apple.com/xcode/'
copy: 'Install Xcode'
copy: 'Install Xcode'