diff --git a/iptables/install b/iptables/install new file mode 100644 index 0000000..dbc9aff --- /dev/null +++ b/iptables/install @@ -0,0 +1,4 @@ +#!/bin/bash + +apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y +clear