summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2022-08-07 03:44:52 +0100
committerrafa_99 <raroma09@gmail.com>2022-08-07 03:44:52 +0100
commit03e64362ee47f7a0e9f9c8e7b8d89118944d1186 (patch)
treef92633e3a2a945d2295e5ef6da282e174a1119dc
parent453139d30319e4c7f021d11856a9edee301eb494 (diff)
Fixed kde applications
-rwxr-xr-xabi2
1 files changed, 1 insertions, 1 deletions
diff --git a/abi b/abi
index dde433d..9c8e2e0 100755
--- a/abi
+++ b/abi
@@ -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"