ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/ubiquity/netcfg-wrapper

11 lines
210 B
Bash
Executable File

#! /bin/sh
set -e
. /usr/share/debconf/confmodule
/usr/lib/ubiquity/netcfg/netcfg
if [ -f /usr/lib/network-manager/ifblacklist_migrate.sh ]; then
NETCFG=1 /usr/lib/network-manager/ifblacklist_migrate.sh
fi