Update KDE

This commit is contained in:
MatMoul 2022-10-16 04:45:25 +02:00
parent b8dc01a70f
commit 5e2de8dd7b
2 changed files with 3 additions and 1 deletions

View file

@ -11,6 +11,8 @@ for item in $items; do
"kde-network") options+=("$item" "" on);;
"kde-system") options+=("$item" "" on);;
"kde-utilities") options+=("$item" "" on);;
"kde-applications") ;;
"kde-development-environment") ;;
*) options+=("$item" "" off);;
esac
done

View file

@ -19,7 +19,7 @@ for item in $items; do
"kde-graphics") ;;
"kde-multimedia") ;;
"kde-sdk") ;;
"kde-pim");;
"kde-pim") ;;
*) options+=("$item" "");;
esac
done