diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-03-28 11:32:47 -0600 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-03-28 11:32:47 -0600 |
commit | 20d0becba9746b11a0696240dc9eab6fabf15d80 (patch) | |
tree | dc7da6321aad995ce4e76fcde4339a2682a7f5fc /user-scripts | |
parent | 37e3e7bcae746be58d65102610efb0efb121e8df (diff) |
chore: more upkeep. In particular, document wyebadblock better
Diffstat (limited to 'user-scripts')
-rw-r--r-- | user-scripts/ubuntu-20.04/install-with-dependencies.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user-scripts/ubuntu-20.04/install-with-dependencies.sh b/user-scripts/ubuntu-20.04/install-with-dependencies.sh index 940abe1..1cdb7cf 100644 --- a/user-scripts/ubuntu-20.04/install-with-dependencies.sh +++ b/user-scripts/ubuntu-20.04/install-with-dependencies.sh @@ -9,6 +9,10 @@ cd wyebadblock make sudo make install cd .. +mkdir -p ~/.config/wyebadblock +cd ~/.config/wyebadblock +wget https://easylist.to/easylist/easylist.txt +cd - # Rose config user=$(whoami) |