mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	removed shutter
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user