mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-12-03 17:50:28 +01:00
removed shutter
This commit is contained in:
parent
963e4a82f1
commit
e6421dda3c
@ -9,7 +9,6 @@ The `main.yml` file within the `pc-office` role comprises tasks for installing a
|
||||
1. **Install Office Software**:
|
||||
- The role utilizes the `community.general.pacman` module to install the following software packages:
|
||||
- `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.
|
||||
- `calibre`: An e-book management software.
|
||||
- `retext`: A simple but powerful editor for Markdown and reStructuredText.
|
||||
|
@ -2,7 +2,6 @@
|
||||
community.general.pacman:
|
||||
name:
|
||||
- chromium
|
||||
- shutter
|
||||
- thunderbird
|
||||
- calibre
|
||||
- retext
|
||||
|
Loading…
Reference in New Issue
Block a user