diff --git a/README.md b/README.md index a6ffe303e..8ae06201e 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ If you would like to offer support, I would appreciate a star on the repository, | PairDrop | ☑️ | | | Paperless-ngx | ☑️ | | | PBS | ☑️ | Proxmox Backup Server | +| Petio | ⭕ | Only supports ARMv8.2-a currently. (no RPI4 support). | | PhotoPrism | ☑️ | | | Pi.Alert | ☑️ | | | Pi-Hole | ☑️ | | diff --git a/ct/petio.sh b/ct/petio.sh index 040b0c9bb..6d4086108 100644 --- a/ct/petio.sh +++ b/ct/petio.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster) # License: MIT diff --git a/install/petio-install.sh b/install/petio-install.sh index 05499bd56..3951de894 100644 --- a/install/petio-install.sh +++ b/install/petio-install.sh @@ -18,6 +18,7 @@ $STD apt-get install -y gnupg $STD apt-get install -y curl $STD apt-get install -y sudo $STD apt-get install -y mc +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Installing MongoDB 4.4" diff --git a/status.json b/status.json index 1f44f5bcf..1053a192e 100644 --- a/status.json +++ b/status.json @@ -391,6 +391,10 @@ "status": "created", "notes": "" }, + "Petio LXC": { + "status": "untested", + "notes": "Only supports ARMv8.2-a currently. (no RPI4 support)." + }, "PhotoPrism LXC": { "status": "created", "notes": ""