removed shutter

This commit is contained in:
Kevin Veen-Birkenbach 2024-07-15 18:54:47 +02:00
parent 963e4a82f1
commit e6421dda3c
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ The `main.yml` file within the `pc-office` role comprises tasks for installing a
1. **Install Office Software**: 1. **Install Office Software**:
- The role utilizes the `community.general.pacman` module to install the following software packages: - The role utilizes the `community.general.pacman` module to install the following software packages:
- `chromium`: A free and open-source web browser. - `chromium`: A free and open-source web browser.
- `shutter`: A feature-rich screenshot tool.
- `thunderbird`: A free and open-source email client, news client, RSS, and chat client. - `thunderbird`: A free and open-source email client, news client, RSS, and chat client.
- `calibre`: An e-book management software. - `calibre`: An e-book management software.
- `retext`: A simple but powerful editor for Markdown and reStructuredText. - `retext`: A simple but powerful editor for Markdown and reStructuredText.

View File

@ -2,7 +2,6 @@
community.general.pacman: community.general.pacman:
name: name:
- chromium - chromium
- shutter
- thunderbird - thunderbird
- calibre - calibre
- retext - retext