This commit is contained in:
Milan Meduna 2019-08-10 15:18:10 +00:00
parent 5b03d6ae0e
commit 8ac9dbb94d
1 changed files with 3 additions and 0 deletions

View File

@ -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