We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0aaf0 commit e382236Copy full SHA for e382236
scripts/chroot_reconst.sh
@@ -45,7 +45,7 @@ apt-get -qq -y --purge install ubuntu-standard casper lupin-casper \
45
#apt-get -qq -y install xorg lightdm
46
apt-get -qq -y install xorg xinit sddm
47
# Install LXQT components
48
-apt-get -qq -y install lxqt openbox
+apt-get -qq -y install lxqt-core lxqt-qtplugin
49
apt-get -f -qq install
50
update-alternatives --install /usr/bin/x-session-manager x-session-manager /usr/bin/startlxqt 140
51
# ugly hack
0 commit comments