mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
🔧 Feat: change fixit_checker.sh
This commit is contained in:
@@ -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
@@ -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
@@ -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"
|
||||
Reference in New Issue
Block a user