File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ latest-release:
1515 curl -O https://download.swift.org/swiftly/linux/swiftly-(uname -m).tar.gz && \
1616 tar zxf swiftly-(uname -m).tar.gz && \
1717 ./swiftly init --quiet-shell-followup && \
18- set -q SWIFTLY_HOME_DIR && source "$SWIFTLY_HOME_DIR/env.fish" || source ~/.local/share/swiftly/env.fish
18+ set -q SWIFTLY_HOME_DIR && \
19+ source "$SWIFTLY_HOME_DIR/env.fish" || source ~/.local/share/swiftly/env.fish
1920 links :
2021 - href : ' https://raw.githubusercontent.com/swiftlang/swiftly/refs/heads/main/LICENSE.txt'
2122 copy : ' License: Apache-2.0'
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ latest-release:
1515 curl -O https://download.swift.org/swiftly/darwin/swiftly.pkg && \
1616 installer -pkg swiftly.pkg -target CurrentUserHomeDirectory && \
1717 ~/.swiftly/bin/swiftly init --quiet-shell-followup && \
18- set -q SWIFTLY_HOME_DIR && source "$SWIFTLY_HOME_DIR/env.fish" || source ~/.swiftly/env.fish
18+ set -q SWIFTLY_HOME_DIR && \
19+ source "$SWIFTLY_HOME_DIR/env.fish" || source ~/.swiftly/env.fish
1920 links :
2021 - href : ' https://raw.githubusercontent.com/swiftlang/swiftly/refs/heads/main/LICENSE.txt'
2122 copy : ' License: Apache-2.0'
You can’t perform that action at this time.
0 commit comments