summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2022-01-23 17:43:36 +0000
committerZach van Rijn <me@zv.io>2022-01-23 17:43:36 +0000
commite4fdb4c4de9e13963e54c60488ecc124620ab56c (patch)
treea6b1a72d244fb0045bebb35c99fdfad53fb85951
parent52fa249d35bceb303d98cf7798fc5ee9a08394ea (diff)
downloadhorizon-e4fdb4c4de9e13963e54c60488ecc124620ab56c.tar.gz
horizon-e4fdb4c4de9e13963e54c60488ecc124620ab56c.tar.bz2
horizon-e4fdb4c4de9e13963e54c60488ecc124620ab56c.tar.xz
horizon-e4fdb4c4de9e13963e54c60488ecc124620ab56c.zip
Qt UI: Select 'docs' package for Standard/Mobile
-rw-r--r--ui/qt5/horizonwizard.cc2
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";