1
0
Fork 0
mirror of https://codeberg.org/h3xx/you-dont-need-pihole.git synced 2024-08-14 20:27:01 +00:00

Compare commits

..

No commits in common. "9b4ee564d65b66bdb245293812f1511bf2673663" and "1a97ec83653c5ea26b62ebabd615f584552b5512" have entirely different histories.

5 changed files with 11 additions and 9 deletions

11
.gitmodules vendored
View file

@ -1,10 +1,15 @@
[submodule "StevenBlack-hosts"] [submodule "repos/StevenBlack-hosts"]
path = repos/StevenBlack-hosts path = repos/StevenBlack-hosts
url = https://github.com/StevenBlack/hosts.git url = https://github.com/StevenBlack/hosts.git
branch = master branch = master
shallow = true shallow = true
[submodule "AdroitAdorKhan-EnergizedProtection"] [submodule "repos/EnergizedProtection-block"]
path = repos-noupdates/AdroitAdorKhan-EnergizedProtection path = repos/EnergizedProtection-block
url = https://github.com/EnergizedProtection/block.git
branch = master
shallow = true
[submodule "repos/AdroitAdorKhan-EnergizedProtection"]
path = repos/AdroitAdorKhan-EnergizedProtection
url = https://github.com/AdroitAdorKhan/EnergizedProtection.git url = https://github.com/AdroitAdorKhan/EnergizedProtection.git
branch = master branch = master
shallow = true shallow = true

View file

@ -1 +1 @@
../repos-noupdates/AdroitAdorKhan-EnergizedProtection/core/hosts ../repos/AdroitAdorKhan-EnergizedProtection/core/hosts

@ -1 +0,0 @@
Subproject commit d34e794936f3bcd23b5df198c13b57f088041f9c

@ -0,0 +1 @@
Subproject commit 112ded65a22583512bb814abaf9292122d713965

View file

@ -64,10 +64,7 @@ replace_with() {
fi fi
} }
(cd "$WORKDIR" && (cd "$WORKDIR" && git submodule update --init --remote)
git submodule update --init 'repos-noupdates/*' &&
git submodule update --init --remote 'repos/*'
)
for (( I = 0 ; I < ${#OUT[@]} ; ++I )); do for (( I = 0 ; I < ${#OUT[@]} ; ++I )); do
MY_URL=${URL[$I]} MY_URL=${URL[$I]}