OLD | NEW |
---|---|
(Empty) | |
1 #!/bin/bash -e | |
2 | |
3 # Copyright (c) 2016 The Chromium Authors. All rights reserved. | |
4 # Use of this source code is governed by a BSD-style license that can be | |
5 # found in the LICENSE file. | |
6 | |
7 sudo apt-get install libre2-1v5 libre2-dev | |
blundell
2016/01/25 16:33:33
Hmm. Does this fall under the umbrella of adding t
| |
8 pip install --user re2 | |
9 pip install --user adblockparser | |
10 | |
11 wget https://easylist-downloads.adblockplus.org/easylist.txt | |
12 wget https://easylist-downloads.adblockplus.org/easyprivacy.txt | |
OLD | NEW |