aboutsummaryrefslogtreecommitdiff
path: root/bin/doctor.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable systemd timers on doctor.rbMiquel Sabaté Solà2025-10-031-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* bin: Add 'do-backup.sh'Miquel Sabaté Solà2025-09-171-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* doctor.rb: Add more required binariesMiquel Sabaté Solà2025-09-171-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* bin/doctor: Accept a VERBOSE environment variableMiquel Sabaté Solà2025-09-011-0/+4
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* bin/doctor: Allow ARM64 as wellMiquel Sabaté Solà2025-09-011-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* bin: Introduce the doctor.rb install/update scriptMiquel Sabaté Solà2025-07-141-0/+192
This replaces the good ol' install.sh script, and it allows me to not only install on a new system, but also upgrade dependencies, repair broken links, etc. This is certainly not Nix, but at least it's not as bad as it used to be. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>