From 20d0becba9746b11a0696240dc9eab6fabf15d80 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 28 Mar 2023 11:32:47 -0600 Subject: chore: more upkeep. In particular, document wyebadblock better --- user-scripts/ubuntu-20.04/install-with-dependencies.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'user-scripts/ubuntu-20.04') 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) -- cgit v1.2.3