Explorar el Código

build-x86-images: kde tree no longer depend on NetworkManager

so install it explicitly
classabbyamp hace 10 meses
padre
commit
5b6ef65055
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build-x86-images.sh

+ 1 - 1
build-x86-images.sh

@@ -109,7 +109,7 @@ build_variant() {
             SERVICES="$SERVICES dbus gdm NetworkManager polkitd"
         ;;
         kde)
-            PKGS="$PKGS $XORG_PKGS kde5 konsole firefox dolphin"
+            PKGS="$PKGS $XORG_PKGS kde5 konsole firefox dolphin NetworkManager"
             SERVICES="$SERVICES dbus NetworkManager sddm"
         ;;
         lxde)