File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ latest-release:
9
9
curl -O https://download.swift.org/swiftly/linux/swiftly-$(uname -m).tar.gz && \
10
10
tar zxf swiftly-$(uname -m).tar.gz && \
11
11
./swiftly init --quiet-shell-followup && \
12
- . "${SWIFTLY_HOME_DIR:-~ /.local/share/swiftly}/env.sh" && \
12
+ . "${SWIFTLY_HOME_DIR:-$HOME /.local/share/swiftly}/env.sh" && \
13
13
hash -r
14
14
- label : Fish
15
15
code : |-
@@ -34,4 +34,4 @@ latest-release:
34
34
- href : ' https://hub.docker.com/_/swift'
35
35
copy : ' Docker Hub'
36
36
- href : ' https://www.swift.org/install/linux/docker'
37
- copy : ' Instructions'
37
+ copy : ' Instructions'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ latest-release:
9
9
curl -O https://download.swift.org/swiftly/darwin/swiftly.pkg && \
10
10
installer -pkg swiftly.pkg -target CurrentUserHomeDirectory && \
11
11
~/.swiftly/bin/swiftly init --quiet-shell-followup && \
12
- . "${SWIFTLY_HOME_DIR:-~ /.swiftly}/env.sh" && \
12
+ . "${SWIFTLY_HOME_DIR:-$HOME /.swiftly}/env.sh" && \
13
13
hash -r
14
14
- label : Fish
15
15
code : |
@@ -29,4 +29,4 @@ latest-release:
29
29
headline : Xcode
30
30
links :
31
31
- href : ' https://developer.apple.com/xcode/'
32
- copy : ' Install Xcode'
32
+ copy : ' Install Xcode'
You can’t perform that action at this time.
0 commit comments