Install vconfig in VM for VLAN example
This should help with #393 although it doesn't solve the root issue of the example failing silently when vconfig is missing.
This commit is contained in:
@@ -582,6 +582,13 @@ net.ipv6.conf.lo.disable_ipv6 = 1' | sudo tee -a /etc/sysctl.conf > /dev/null
|
||||
# Install NTP
|
||||
$install ntp
|
||||
|
||||
# Install vconfig for VLAN example
|
||||
if [ "$DIST" = "Fedora" ]; then
|
||||
$install vconfig
|
||||
else
|
||||
$install vlan
|
||||
fi
|
||||
|
||||
# Set git to colorize everything.
|
||||
git config --global color.diff auto
|
||||
git config --global color.status auto
|
||||
|
||||
Reference in New Issue
Block a user