Skip to content

Commit

Permalink
feat(kde): Add Prompt as an optional terminal alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Dec 17, 2023
1 parent 69ccbde commit f0fc5e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit f0fc5e1

Please sign in to comment.