e2guardian/getall.sh
2025-02-02 00:06:34 -05:00

9 lines
154 B
Bash
Executable file

#!/bin/bash
cd "$(dirname "$0")"
echo Fetching blocklists...
git reset --hard
git clean -fd
git pull
./getut1.sh
./getoisd.sh
systemctl reload e2guardian