Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koush authored Jan 1, 2024
1 parent fda108e commit 6ba0816
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ Scrypted NVR on Windows must install the [Install](/desktop-application) or [Mig

Scrypted can be installed on a Proxmox VE host by running the following [script](https://github.com/koush/scrypted/blob/main/install/local/install-scrypted-proxmox.sh) which downloads and restores a Scrypted container backup. The script prompts to pass through GPUs and Coral Edge TPUs. Servers with Coral Edge TPUs must also install the driver using the steps below.

```sh
cd /tmp
curl -s https://raw.githubusercontent.com/koush/scrypted/main/install/local/install-scrypted-proxmox.sh > install-scrypted-proxmox.sh
bash install-scrypted-proxmox.sh
```

### Coral Drivers

The Coral Edge TPU driver build step is optional and intended for servers running Scrypted NVR.
Expand Down

0 comments on commit 6ba0816

Please sign in to comment.