e2guardian/getall.sh

8 lines
123 B
Bash
Raw Normal View History

#!/bin/bash
2024-02-09 14:09:37 -05:00
cd "$(dirname "$0")"
echo Fetching blocklists...
2024-02-09 14:09:37 -05:00
git pull
./getut1.sh
./getoisd.sh
2024-02-09 14:09:37 -05:00
systemctl reload e2guardian