9 lines
154 B
Bash
Executable file
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
|