feat(kde): Add Prompt as an optional terminal alternative

This commit is contained in:
Kyle Gospodnetich 2023-12-17 01:05:55 -08:00 committed by GitHub
parent 69ccbdea5a
commit f0fc5e1e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,7 +277,8 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
wallpaper-engine-kde-plugin \
kdeconnectd \
kdeplasma-addons \
rom-properties-kf5 && \
rom-properties-kf5 \
prompt && \
git clone https://github.com/maxiberta/kwin-system76-scheduler-integration.git --depth 1 /tmp/kwin-system76-scheduler-integration && \
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --depth 1 /tmp/wallpaper-engine-kde-plugin && \
kpackagetool5 --type=KWin/Script --global --install /tmp/kwin-system76-scheduler-integration && \