From 70104d361e8ac781ffa50ac404e1e286e1239b43 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 9 Dec 2019 13:45:34 -0600 Subject: Qt UI: Install iproute2 if networking is enabled --- ui/qt5/horizonwizard.cc | 1 + 1 file changed, 1 insertion(+) 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 " + -- cgit v1.2.3-70-g09d2