diff --git a/setup-usl-mm b/setup-usl-mm index be62d92..9d013fc 100755 --- a/setup-usl-mm +++ b/setup-usl-mm @@ -12,6 +12,9 @@ else exit 1 fi +echo "Install net-tools" +apt install net-tools -y + echo "Exec ifconfig" ifconfig read -p "Enter interface for configure bridge:" NET_IF