7 lines
123 B
Bash
Executable file
7 lines
123 B
Bash
Executable file
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
echo Fetching blocklists...
|
|
git pull
|
|
./getut1.sh
|
|
./getoisd.sh
|
|
systemctl reload e2guardian
|