🔧 Feat: change fixit_checker.sh

This commit is contained in:
Cell
2022-07-30 18:24:52 +08:00
parent 2c9dabe3e8
commit bcc15163f1
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ git submodule update --remote --merge
Or this shell command:
```bash
cd themes/FixIt && sh fixit_checker.sh
sh themes/FixIt/fixit_checker.sh
```
## Why choose FixIt
+1 -1
View File
@@ -58,7 +58,7 @@ git submodule update --remote --merge
或者这条 shell 命令:
```bash
cd themes/FixIt && sh fixit_checker.sh
sh themes/FixIt/fixit_checker.sh
```
## 为什么选择 FixIt
+4 -1
View File
@@ -1,5 +1,8 @@
#! /bin/bash
# author: Lruihao
# Copy this to your path use command:
# cat themes/FixIt/fixit_checker.sh > fixit_checker.sh
echo "Checking for FixIt updates ..."
cd ../..
git submodule update --remote --merge
git add themes/FixIt
git commit -m ":arrow_up: Chore: update FixIt theme version"