1
0
Fork 0
myserver-configuration/init.sh
2022-10-25 13:34:44 +02:00

6 lines
130 B
Bash
Executable file

#!/bin/bash
# Must be run as sudo
cp ./firewall /etc/init.d/firewall
chmod +x /etc/init.d/firewall
update-rc.d firewall defaults