Disk Maintenance Day Changes (#14)

* Remove Thunderbird and Audacity. Don't add Geary to new installs but don't remove it in case it comes with the distro.

* Remove Thunderbird from Favorites.

* Add more systems to Dev branch.

* Add sudo so older distros don't ask for password on every app update.

* Alias for sync to help save some time typing.

* Post less often to hopefully allow keeping up a year of data in less than 16GB.
This commit is contained in:
2021-10-09 14:13:48 -05:00
committed by GitHub
parent 69602d6b47
commit db9812bb92
6 changed files with 12 additions and 10 deletions

View File

@ -88,7 +88,7 @@
set_fact:
update_flatpak: |
echo "*** Flatpak ***" &&
flatpak update {{ update_accept_var }} &&
sudo flatpak update {{ update_accept_var }} &&
when: flatpak_exec is defined and flatpak_exec.failed is defined and not flatpak_exec.failed
- name: General | Facts | Package | Update Commands | flatpak | not exists