This commit is contained in:
Brian Zalewski 2024-03-01 07:02:44 +00:00
parent e06c3efe99
commit c6f784df98
7 changed files with 3 additions and 5 deletions

View file

@ -6,5 +6,3 @@ slug: /enterprise/immutable
---
*We are still working on the open-source version of Install Doctor. This is the placeholder for the documentation for a feature that involves storing your initial disk image on a read-only hard-drive. The feature will pave the way for features like the ability to clear malware / ransomware by simply rebooting your device. Be sure to join our [Community](https://install.doctor/community) to become a founding user of a promising open-source project.*
For more details about our IGI feature, check out our blog article: [The Immutable Golden Image Read-Only File System](https://install.doctor/blog/immutable-golden-image).

View file

@ -15,7 +15,7 @@ The `scripts/provision.sh` script is the quick-start script referenced by the In
bash <(curl -sSL https://install.doctor/start)
```
More details are provided on the [Kickstart Script documentation page](https://install.doctor/docs/scripts/utility/start).
More details are provided on the [Kickstart Script documentation page](https://install.doctor/docs/scripts/utility/provision.sh).
## Homebrew Install Script
@ -25,7 +25,7 @@ The `scripts/homebrew.sh` script is a helper script that installs Homebrew on Li
bash <(curl -sSL https://install.doctor/brew)
```
More details are provided on the [Homebrew Install Script documentation page](https://install.doctor/docs/scripts/utility/brew).
More details are provided on the [Homebrew Install Script documentation page](https://install.doctor/docs/scripts/utility/homebrew.sh).
## CloudFlare SSO SSH Script
@ -35,4 +35,4 @@ The `scripts/cloudflared-ssh.sh` script automates the process of connecting devi
bash <(curl -sSL https://install.doctor/ssh)
```
More details are provided on the [CloudFlare SSO SSH Script documentation page](https://install.doctor/docs/scripts/utility/ssh).
More details are provided on the [CloudFlare SSO SSH Script documentation page](https://install.doctor/docs/scripts/utility/cloudflared-ssh.sh).