mirror of
https://github.com/gfwlist/gfwlist.git
synced 2025-04-04 15:55:24 +00:00
add apollyon
This commit is contained in:
parent
935666a575
commit
06377ff496
3
.github/workflows/sendGFWList.yml
vendored
3
.github/workflows/sendGFWList.yml
vendored
@ -12,6 +12,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@ -37,6 +39,7 @@ jobs:
|
||||
|
||||
- name: update date and checksum
|
||||
run: |
|
||||
cp apollyon/* ./
|
||||
perl addChecksum.pl list.txt || { echo "Error: Failed to update checksum"; exit 1; }
|
||||
if [ "$(file -b list.txt)" != "ASCII text" ]; then
|
||||
echo "Error: list.txt invalid, please make sure:"
|
||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "apollyon"]
|
||||
path = apollyon
|
||||
url = https://github.com/gfwlist/apollyon
|
1
apollyon
Submodule
1
apollyon
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit caf685e7eda2a54d85ae2b18c50aecff8b04f3b1
|
Loading…
Reference in New Issue
Block a user