We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01e141 commit 5650c43Copy full SHA for 5650c43
1 file changed
.github/workflows/update.yml
@@ -54,9 +54,9 @@ jobs:
54
sort hosts **/hosts | uniq > ./EasyListAllCombined/hosts
55
echo "Download";
56
wget https://github.com/easylist/easylist/archive/refs/heads/master.zip
57
- umask 777
58
unzip master.zip
59
rm -rf master.zip
+ cmmod -R 111 ./easylist-master
60
subdirectories=("easylist" "easylist_adult" "easylist_cookie" "easyprivacy" "fanboy-addon")
61
62
for dir in "${subdirectories[@]}"; do
0 commit comments