mirror of
https://codeberg.org/h3xx/you-dont-need-pihole.git
synced 2024-08-14 20:27:01 +00:00
Compare commits
2 commits
1a97ec8365
...
9b4ee564d6
Author | SHA1 | Date | |
---|---|---|---|
|
9b4ee564d6 | ||
|
ef7f08b396 |
5 changed files with 9 additions and 11 deletions
11
.gitmodules
vendored
11
.gitmodules
vendored
|
@ -1,15 +1,10 @@
|
|||
[submodule "repos/StevenBlack-hosts"]
|
||||
[submodule "StevenBlack-hosts"]
|
||||
path = repos/StevenBlack-hosts
|
||||
url = https://github.com/StevenBlack/hosts.git
|
||||
branch = master
|
||||
shallow = true
|
||||
[submodule "repos/EnergizedProtection-block"]
|
||||
path = repos/EnergizedProtection-block
|
||||
url = https://github.com/EnergizedProtection/block.git
|
||||
branch = master
|
||||
shallow = true
|
||||
[submodule "repos/AdroitAdorKhan-EnergizedProtection"]
|
||||
path = repos/AdroitAdorKhan-EnergizedProtection
|
||||
[submodule "AdroitAdorKhan-EnergizedProtection"]
|
||||
path = repos-noupdates/AdroitAdorKhan-EnergizedProtection
|
||||
url = https://github.com/AdroitAdorKhan/EnergizedProtection.git
|
||||
branch = master
|
||||
shallow = true
|
||||
|
|
|
@ -1 +1 @@
|
|||
../repos/AdroitAdorKhan-EnergizedProtection/core/hosts
|
||||
../repos-noupdates/AdroitAdorKhan-EnergizedProtection/core/hosts
|
|
@ -0,0 +1 @@
|
|||
Subproject commit d34e794936f3bcd23b5df198c13b57f088041f9c
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 112ded65a22583512bb814abaf9292122d713965
|
|
@ -64,7 +64,10 @@ replace_with() {
|
|||
fi
|
||||
}
|
||||
|
||||
(cd "$WORKDIR" && git submodule update --init --remote)
|
||||
(cd "$WORKDIR" &&
|
||||
git submodule update --init 'repos-noupdates/*' &&
|
||||
git submodule update --init --remote 'repos/*'
|
||||
)
|
||||
|
||||
for (( I = 0 ; I < ${#OUT[@]} ; ++I )); do
|
||||
MY_URL=${URL[$I]}
|
||||
|
|
Loading…
Reference in a new issue