This commit is contained in:
Brian Zalewski 2024-01-01 02:21:16 +00:00
parent 0bdb6b1aa8
commit 717794a858

View file

@ -19,5 +19,5 @@ With all that in order, the next time you can headlessly provision your workstat
export AGE_PASSWORD=YourAgePassword export AGE_PASSWORD=YourAgePassword
export START_REPO=GitHubUsername export START_REPO=GitHubUsername
export SUDO_PASSWORD=YourSudoPassword export SUDO_PASSWORD=YourSudoPassword
bash <(curl -sSL --compressed https://install.doctor/start) bash <(curl -sSL https://install.doctor/start)
``` ```