diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2022-01-23 17:43:36 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-01-23 17:43:36 +0000 |
commit | e4fdb4c4de9e13963e54c60488ecc124620ab56c (patch) | |
tree | a6b1a72d244fb0045bebb35c99fdfad53fb85951 /ui | |
parent | 52fa249d35bceb303d98cf7798fc5ee9a08394ea (diff) | |
download | horizon-e4fdb4c4de9e13963e54c60488ecc124620ab56c.tar.gz horizon-e4fdb4c4de9e13963e54c60488ecc124620ab56c.tar.bz2 horizon-e4fdb4c4de9e13963e54c60488ecc124620ab56c.tar.xz horizon-e4fdb4c4de9e13963e54c60488ecc124620ab56c.zip |
Qt UI: Select 'docs' package for Standard/Mobile
Diffstat (limited to 'ui')
-rw-r--r-- | ui/qt5/horizonwizard.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc index 03c0a40..b822d1a 100644 --- a/ui/qt5/horizonwizard.cc +++ b/ui/qt5/horizonwizard.cc @@ -631,7 +631,7 @@ QString HorizonWizard::toHScript() { #endif case Standard: lines << "pkginstall adelie-base-posix firefox-esr libreoffice " - "thunderbird vlc kde x11 bluez sddm"; + "thunderbird vlc kde x11 bluez sddm docs"; lines << "svcenable bluetooth"; lines << "svcenable elogind"; lines << "svcenable sddm"; |