Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mgiay/f63c41d3db1a618f496e4f9b9bf809f2 to your computer and use it in GitHub Desktop.
Save mgiay/f63c41d3db1a618f496e4f9b9bf809f2 to your computer and use it in GitHub Desktop.
Installing iptables-persistent on ubuntu without manual input
echo iptables-persistent iptables-persistent/autosave_v4 boolean true | sudo debconf-set-selections
echo iptables-persistent iptables-persistent/autosave_v4 boolean true | sudo debconf-set-selections
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