Skip to content

Commit

Permalink
[gui] Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Sep 2, 2024
1 parent 3fd001d commit c6b3bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/ovos_installer/tasks/virtualenv/gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- qtvirtualkeyboard-plugin
- libqt5multimedia5
- libqt5virtualkeyboard5
- breeze-icon-them
- breeze-icon-theme
when: ansible_os_family in ['Debian', 'Zorin OS']

- name: Install package requirements for ovos-gui
Expand Down Expand Up @@ -53,7 +53,7 @@
- kf5-kiconthemes
- kf5-kiconthemes-devel
- kf5-kguiaddons-devel
- breeze-icon-them
- breeze-icon-theme
when: ansible_os_family == "RedHat"

- name: Install package requirements for ovos-gui
Expand Down

0 comments on commit c6b3bfd

Please sign in to comment.