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:
@ -143,6 +143,7 @@
|
||||
echo "ERROR: $PROG experienced a problem and has aborted."
|
||||
return 1
|
||||
}
|
||||
sync: alias sync='date && echo "Syncing!" && sync && date'
|
||||
|
||||
- name: General | Account Management | Users | Files | Common Variable
|
||||
set_fact:
|
||||
@ -157,6 +158,7 @@
|
||||
{{ PS1 }}
|
||||
{{ remount }}
|
||||
{{ update }}
|
||||
{{ sync }}
|
||||
|
||||
- name: General | Account Management | Users | Files | .bashrc
|
||||
blockinfile:
|
||||
|
Reference in New Issue
Block a user