Files
The-World-Is-Yours/iptables/install
T
2018-02-23 13:27:20 +01:00

5 lines
102 B
Bash

#!/bin/bash
apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y
clear