File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ if [ "$installSwiftly" == true ]; then
39
39
export SWIFTLY_TOOLCHAIN_DIR=" $SWIFTLY_HOME_DIR /toolchains"
40
40
mkdir -p " $SWIFTLY_HOME_DIR "
41
41
42
- curl -O https://download.swift.org/swiftly/darwin/swiftly-${SWIFTLY_BOOTSTRAP_VERSION} .pkg && pkgutil --check-signature swiftly-* .pkg && pkgutil --verbose --expand swiftly-* .pkg . && tar -C " ${SWIFTLY_HOME_DIR} " xvf Payload && " $SWIFTLY_HOME_DIR /bin/swiftly" init -y --skip-install
42
+ curl -O https://download.swift.org/swiftly/darwin/swiftly-${SWIFTLY_BOOTSTRAP_VERSION} .pkg && pkgutil --check-signature swiftly-* .pkg && pkgutil --verbose --expand swiftly-* .pkg " ${SWIFTLY_HOME_DIR} " && tar -C " ${SWIFTLY_HOME_DIR} " - xvf " ${SWIFTLY_HOME_DIR} " /swiftly- * / Payload && " $SWIFTLY_HOME_DIR /bin/swiftly" init -y --skip-install
43
43
44
44
. " $SWIFTLY_HOME_DIR /env.sh"
45
45
fi
You can’t perform that action at this time.
0 commit comments