7 lines
81 B
Bash
7 lines
81 B
Bash
#!/bin/bash
|
|
|
|
modprobe -r xt_geoip
|
|
weak-modules --add-kernel
|
|
modprobe xt_geoip
|
|
|