Forked from alonisser/iptables-persistent no input
Last active
June 12, 2017 23:33
-
-
Save JonathanLT/943983f2e2afbf3fcec2a7624bfb19a9 to your computer and use it in GitHub Desktop.
Installing iptables-persistent on ubuntu without manual input
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo iptables-persistent iptables-persistent/autosave_v4 boolean true | sudo debconf-set-selections | |
echo iptables-persistent iptables-persistent/autosave_v6 boolean true | sudo debconf-set-selections | |
sudo apt-get update | |
sudo apt-get -y install iptables-persistent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment