General Improvements + FreeBSD Fixes (#15)

* 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.

* Allow workstations to use printers without manual intervention.

* Section does more than UI work.

* Fix file path.

* Upgrade nanominer to 3.3.13.

* Add more chances for script to automatically restart.

* Add the minhashrate for x570.

* Up the minimum for x570.

* Fix "1: syntax error, unexpected USERGROUP, expecting END or ':' or '\n'" on FreeBSD.

* Correct FreeBSD package manager.
```
ansible -m setup localhost | grep ansible_pkg_mgr
        "ansible_pkg_mgr": "pkgng"
```

* Set vi as EDITOR.

* Add FreeBSD to distros that include make. It does not have an install from pkg.

* Make on FreeBSD hates dash-to-dock's Makefile. GMake has better luck.

* Update supported OS's.
This commit is contained in:
2021-10-18 07:13:49 -05:00
committed by GitHub
parent db9812bb92
commit 107374d93c
12 changed files with 49 additions and 15 deletions

View File

@ -2,20 +2,20 @@
Getting real with system management via ansible-pull.
## Disclaimer
This setup is specific tom the maintainer's devices and needs. You're welcome to use it as an example for your needs, but do not expect it to work as-is.
This setup is specific to the maintainer's devices and needs. You're welcome to use it as an example for your needs, but do not expect it to work as-is.
## Currently Supported Linux Systems
### Debian Family
#### Debian
But only if using a recent enough version of Ansible. `pip` likely has a better version than `apt`.
100%, but only if using a recent enough version of Ansible. `pip` usually has a better version than `apt`.
#### Ubuntu
100%
100%, both server and desktop.
#### Pop!_OS
100%
100%, have not used for a while though.
#### Mint
But not really used, just tested once for fun.
100%, but not really used, just tested once for fun.
#### Parrot Security OS (MATE)
Still testing, but so far so good!
100% for a while, but OS did not serve maintainer's needs and 404 errors were terrible. Ubuntu Rolling Rhino filled the gap.
### Arch Family
#### Manjaro
@ -23,7 +23,7 @@ Still testing, but so far so good!
## Currently Supported Unix Systems
### FreeBSD 12, 13
100%, although GUI has not been tested on 13 yet.
100%, although GUI is not working completely on 13 yet (dash-to-dock doesn't compile).
Software choices are slightly more limited since not `flatpak`-enabled and not feeling a `ports` setup.
## Waiting To Be Tested