From 37d282b7a12c884f8441317c89ee3703bd29210c Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 14 Dec 2019 14:41:40 -0600 Subject: Qt UI: Skip empty components of GECOS name when creating username --- ui/qt5/horizonwizard.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/qt5/horizonwizard.cc') diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc index ccf6b8f..4364f90 100644 --- a/ui/qt5/horizonwizard.cc +++ b/ui/qt5/horizonwizard.cc @@ -337,6 +337,7 @@ QString HorizonWizard::toHScript() { lines << "pkginstall adelie-base links tmux"; break; case Custom: + lines << "pkginstall adelie-base-posix"; lines << ("pkginstall " + packages.join(" ")); break; } -- cgit v1.2.3-60-g2f50