File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ jobs:
75
75
# Submodule Loop patches:
76
76
# Template for customizing submodule Loop (changes Loop app name to "CustomLoop")
77
77
# Remove the "#" sign from the beginning of the line below to activate:
78
- #wget -qO- https://github.com/loopnlearn/Loop/commit/d206432b024279ef710df462b20bd464cd9682d4.patch | git apply --directory=Loop -v --whitespace=fix
78
+ #curl https://github.com/loopnlearn/Loop/commit/d206432b024279ef710df462b20bd464cd9682d4.patch | git apply --directory=Loop -v --whitespace=fix
79
79
80
80
# Submodule LoopKit patches:
81
81
# General template for customizing submodule LoopKit
82
82
# Copy url from a GitHub commit or pull request and insert below, and remove the "#" sign from the beginning of the line to activate:
83
- #wget -qO- url_to_github_commit.patch | git apply --directory=LoopKit -v --whitespace=fix
83
+ #curl url_to_github_commit.patch | git apply --directory=LoopKit -v --whitespace=fix
84
84
85
85
# Submodule xxxxx patches:
86
86
You can’t perform that action at this time.
0 commit comments