diff --git a/System-Requirements.md b/System-Requirements.md index c0c7a50..a81886f 100644 --- a/System-Requirements.md +++ b/System-Requirements.md @@ -9,7 +9,7 @@ The main requirement is Gravity Sync requires at least two separate Pi-hole 5.x ### Containerized Pi-hole - Your Pi-hole installs can be a Docker container deployment as of Gravity Sync 3.1. -- Beta support for Podman as a container engine has been introduced starting in Gravity Sync 3.3. +- Support for Podman as a container engine has been introduced starting in Gravity Sync 3.3. - Gravity Sync will run directly on the host OS, and not inside of the container image. - Only the [official Pi-hole Docker image](https://hub.docker.com/r/pihole/pihole) is supported. - In addition to the officially supported Linux distributions as outlined above, when using a container engine, host OS deployments on more container oriented distributions such as [VMware Photon OS](https://vmware.github.io/photon/) may be used, so long as they’re able to run the Gravity Sync specific requirements below. @@ -55,6 +55,12 @@ apt update && apt install sqlite3 sudo git rsync ssh dnf install sqlite3 sudo git cronie rsync ssh ``` +### Photon OS + +``` +tdnf install sqlite3 sudo git cronie rsync ssh +``` + ## Pi-hole Architecture You will need to designate one Pi-Hole as primary and at least one as secondary.