Update apply_patches.sh to apply_diffs.sh

This commit is contained in:
tsukky 2023-12-09 17:33:20 +09:00
parent 168bf05e69
commit 2cf83a185c

View File

@ -225,7 +225,7 @@ use the following commands:
``` ```
bash scripts/extract_files.sh 4.1.1 bash scripts/extract_files.sh 4.1.1
bash scripts/apply_patches.sh bash scripts/apply_diffs.sh
make make
``` ```