diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-09 13:45:34 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-09 13:45:34 -0600 |
commit | 70104d361e8ac781ffa50ac404e1e286e1239b43 (patch) | |
tree | 80005d925c10c98d791f12898997f8def7d40ba1 /ui/qt5/horizonwizard.cc | |
parent | cb7de585fc83ac327d2b33d2a88ea81221f0c96f (diff) | |
download | horizon-70104d361e8ac781ffa50ac404e1e286e1239b43.tar.gz horizon-70104d361e8ac781ffa50ac404e1e286e1239b43.tar.bz2 horizon-70104d361e8ac781ffa50ac404e1e286e1239b43.tar.xz horizon-70104d361e8ac781ffa50ac404e1e286e1239b43.zip |
Qt UI: Install iproute2 if networking is enabled
Diffstat (limited to 'ui/qt5/horizonwizard.cc')
-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 " + |