diff options
author | Zach van Rijn <me@zv.io> | 2022-01-23 17:43:36 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-01-23 17:43:36 +0000 |
commit | 2a2c030b8bca394f6e05f95e96181e7a2d008873 (patch) | |
tree | a6b1a72d244fb0045bebb35c99fdfad53fb85951 | |
parent | 52fa249d35bceb303d98cf7798fc5ee9a08394ea (diff) | |
parent | e4fdb4c4de9e13963e54c60488ecc124620ab56c (diff) | |
download | horizon-2a2c030b8bca394f6e05f95e96181e7a2d008873.tar.gz horizon-2a2c030b8bca394f6e05f95e96181e7a2d008873.tar.bz2 horizon-2a2c030b8bca394f6e05f95e96181e7a2d008873.tar.xz horizon-2a2c030b8bca394f6e05f95e96181e7a2d008873.zip |
Merge branch 'docs-by-default' into 'current'
Qt UI: Select 'docs' package for Standard/Mobile
See merge request adelie/horizon!5
-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"; |