eoan_fix
This commit is contained in:
parent
5b03d6ae0e
commit
8ac9dbb94d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue