From cbf970d067876aac8a4e93f43502bb58d4de9ac3 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 14 Mar 2020 16:07:00 +0100 Subject: [PATCH] Makefile.extras: add https://github.com/nodiscc/user.js --- Makefile.extra | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile.extra b/Makefile.extra index b617dff..2aa0f8d 100644 --- a/Makefile.extra +++ b/Makefile.extra @@ -23,5 +23,10 @@ download_extra: unzip -q cache/downloads/cleanerml-master.zip -d cache/downloads/ mkdir -p config/includes.chroot/usr/share/bleachbit/cleaners mv cache/downloads/cleanerml-master/release/* config/includes.chroot/usr/share/bleachbit/cleaners/ - -############################## + # https://github.com/nodiscc/user.js + -rm -rf config/includes.chroot/etc/firefox-esr/firefox-esr.js cache/downloads/user.js-dbu + $(WGET) https://github.com/nodiscc/user.js/archive/dbu.zip -O cache/downloads/user.js-dbu.zip + unzip -q cache/downloads/user.js-dbu.zip -d cache/downloads/ + mkdir -p config/includes.chroot/etc/firefox-esr + cd cache/downloads/user.js-dbu/ && make systemwide_user.js + mv cache/downloads/user.js-dbu/systemwide_user.js config/includes.chroot/etc/firefox-esr/firefox-esr.js