install.fairie/scripts
Brian Zalewski a00cf788a3 Update scripts/provision.sh
Update scripts/src/provision.sh
2024-09-02 21:47:40 -04:00
..
partials New architecture 2024-05-28 06:55:42 +00:00
src Update scripts/provision.sh 2024-09-02 21:47:40 -04:00
.gomplate.yaml Latest 2023-03-27 19:23:46 -04:00
cloudflared-ssh.sh New architecture 2024-05-28 06:55:42 +00:00
homebrew.sh New architecture 2024-05-28 06:55:42 +00:00
pfsense.sh Removed @example blocks because shdoc was failing 2024-02-15 05:26:03 +00:00
provision.sh Update scripts/provision.sh 2024-09-02 21:47:40 -04:00
README.md Update 11 files 2023-03-27 23:22:12 +00:00
software-github.mjs Latest 2024-04-12 00:25:49 -04:00
software.mjs Added short descriptions 2024-03-23 06:29:45 -04:00
software.yml.backup New architecture 2024-05-28 06:55:42 +00:00

Install Doctor Scripts

The scripts in this folder are linked to from various https://install.doctor URLs. For instance, you can install Homebrew by running bash <(curl -sSL https://install.doctor/brew) which will direct to the homebrew.sh file in this directory.

Gomplate

All the scripts are generated using gomplate so they can include shared partials. To re-generate the scripts ensure gomplate is installed by running brew install gomplate and then run gomplate in this scripts/ directory.

TODO

Pull requests are welcome. If someone wants to add variables to customize anything in the default scripts, please merge your changes back here upstream.