Skip to content

Commit 705d644

Browse files
committed
Update scripts folder name
1 parent 32190e5 commit 705d644

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Need one time SIP disable during the script.
3333

3434
```shell
3535
# For XcodeLLM:
36-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- install util xcodellm
36+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install util xcodellm
3737
# For Apple Intelligence
38-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- install util greymatter
38+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install util greymatter
3939
```
4040

4141
### Method 2: override file
@@ -44,9 +44,9 @@ No SIP disabled needed in total.
4444

4545
```shell
4646
# For XcodeLLM:
47-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- install override xcodellm
47+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install override xcodellm
4848
# For Apple Intelligence
49-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- install override greymatter
49+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install override greymatter
5050
```
5151

5252
## Uninstall
@@ -55,18 +55,18 @@ curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/S
5555

5656
```shell
5757
# For XcodeLLM:
58-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- uninstall util xcodellm
58+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- uninstall util xcodellm
5959
# For Apple Intelligence
60-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- uninstall util greymatter
60+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- uninstall util greymatter
6161
```
6262

6363
### Method 2: override file
6464

6565
```shell
6666
# For XcodeLLM:
67-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- uninstall override xcodellm
67+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- uninstall override xcodellm
6868
# For Apple Intelligence
69-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- uninstall override greymatter
69+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- uninstall override greymatter
7070
```
7171

7272
## Manual Execution
@@ -137,7 +137,7 @@ sudo launchctl kickstart -k system/com.apple.eligibilityd
137137
### Issue of Method 1: util tool
138138

139139
```shell
140-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- doctor
140+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- doctor
141141
```
142142

143143
### Issue of Method 2: override file

README_CN.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333

3434
```shell
3535
# For XcodeLLM:
36-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- install util xcodellm
36+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install util xcodellm
3737
# For Apple Intelligence
38-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- install util greymatter
38+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install util greymatter
3939
```
4040

4141
### 方案二 override 文件
@@ -44,9 +44,9 @@ curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/S
4444

4545
```shell
4646
# For XcodeLLM:
47-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- install override xcodellm
47+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install override xcodellm
4848
# For Apple Intelligence
49-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- install override greymatter
49+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install override greymatter
5050
```
5151

5252
## 卸载
@@ -55,18 +55,18 @@ curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/S
5555

5656
```shell
5757
# For XcodeLLM:
58-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- uninstall util xcodellm
58+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- uninstall util xcodellm
5959
# For Apple Intelligence
60-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- uninstall util greymatter
60+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- uninstall util greymatter
6161
```
6262

6363
### 方案二 override 文件
6464

6565
```shell
6666
# For XcodeLLM:
67-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- uninstall override xcodellm
67+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- uninstall override xcodellm
6868
# For Apple Intelligence
69-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- uninstall override greymatter
69+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- uninstall override greymatter
7070
```
7171

7272
## 手动执行
@@ -135,7 +135,7 @@ sudo launchctl kickstart -k system/com.apple.eligibilityd
135135
### 方案一 util 工具问题
136136

137137
```shell
138-
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/Scripts/override.sh | bash -s -- doctor
138+
curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- doctor
139139
```
140140

141141
### 方案二 override 文件问题

override_apple_intelligence.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

33
echo -e "\033[31mThis script has been moved to https://github.com/Kyle-Ye/XcodeLLMEligible/blob/release/0.1/override_apple_intelligence.sh\033[0m"
4-
echo -e "\033[31mRecommend to use the new script on https://github.com/Kyle-Ye/XcodeLLMEligible/blob/release/0.2/Scripts/override.sh\033[0m"
4+
echo -e "\033[31mRecommend to use the new script on https://github.com/Kyle-Ye/XcodeLLMEligible/blob/release/0.2/scripts/override.sh\033[0m"
55
echo -e "\033[31mFor more detail, see https://github.com/Kyle-Ye/XcodeLLMEligible/tree/release/0.2\033[0m"

override_xcodellm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

33
echo -e "\033[31mThis script has been moved to https://github.com/Kyle-Ye/XcodeLLMEligible/blob/release/0.1/override_xcodellm.sh\033[0m"
4-
echo -e "\033[31mRecommend to use the new script on https://github.com/Kyle-Ye/XcodeLLMEligible/blob/release/0.2/Scripts/override.sh\033[0m"
4+
echo -e "\033[31mRecommend to use the new script on https://github.com/Kyle-Ye/XcodeLLMEligible/blob/release/0.2/scripts/override.sh\033[0m"
55
echo -e "\033[31mFor more detail, see https://github.com/Kyle-Ye/XcodeLLMEligible/tree/release/0.2\033[0m"

0 commit comments

Comments
 (0)