diff options
author | rafa_99 <raroma09@gmail.com> | 2022-08-07 03:44:52 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2022-08-07 03:44:52 +0100 |
commit | 03e64362ee47f7a0e9f9c8e7b8d89118944d1186 (patch) | |
tree | f92633e3a2a945d2295e5ef6da282e174a1119dc | |
parent | 453139d30319e4c7f021d11856a9edee301eb494 (diff) |
Fixed kde applications
-rwxr-xr-x | abi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -507,7 +507,7 @@ if [ "$EXTRA" != "N" ] && [ "$EXTRA" != "n" ]; then $CHROOT "pacman --needed -S i3 dmenu i3blocks" ;; 6) - $CHROOT "pacman --needed --noconfirm -S plasma" + $CHROOT "pacman --needed --noconfirm -S plasma kde-applications" ;; 7) $CHROOT "pacman --needed --noconfirm -S lxde" |