Skip to content

Commit

Permalink
Fix lxqt script
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Czyz <[email protected]>
  • Loading branch information
mczyz-antmicro committed Mar 26, 2024
1 parent c793fd5 commit 6fe9299
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/install-lxqt.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/bin/bash

. ../common.sh

# Create session config file
sudoIf apt-get -y --no-install-recommends install lxqt
apt-get update
apt-get -y --no-install-recommends install lxqt

mkdir -p ~/.config/lxqt/
touch ~/.config/lxqt/session.conf

cat << EOF > ~/.config/lxqt/session.conf
[General]
Expand Down

0 comments on commit 6fe9299

Please sign in to comment.