diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/qt5/horizonwizard.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc index 4a008f3..cdeac28 100644 --- a/ui/qt5/horizonwizard.cc +++ b/ui/qt5/horizonwizard.cc @@ -324,6 +324,7 @@ QString HorizonWizard::toHScript() { if(this->network) { lines << "network true"; + lines << "pkginstall iproute2"; if(this->net_dhcp) { lines << QString::fromStdString("netaddress " + |