Port Petio to ARM64

This commit is contained in:
Sam Heinz
2024-06-07 09:06:02 +10:00
parent 33bf3cd959
commit d2348bdc0e
4 changed files with 7 additions and 1 deletions
+1
View File
@@ -139,6 +139,7 @@ If you would like to offer support, I would appreciate a star on the repository,
| PairDrop | ☑️ | | | PairDrop | ☑️ | |
| Paperless-ngx | ☑️ | | | Paperless-ngx | ☑️ | |
| PBS | ☑️ | Proxmox Backup Server | | PBS | ☑️ | Proxmox Backup Server |
| Petio | ⭕ | Only supports ARMv8.2-a currently. (no RPI4 support). |
| PhotoPrism | ☑️ | | | PhotoPrism | ☑️ | |
| Pi.Alert | ☑️ | | | Pi.Alert | ☑️ | |
| Pi-Hole | ☑️ | | | Pi-Hole | ☑️ | |
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/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 # Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster) # Author: tteck (tteckster)
# License: MIT # License: MIT
+1
View File
@@ -18,6 +18,7 @@ $STD apt-get install -y gnupg
$STD apt-get install -y curl $STD apt-get install -y curl
$STD apt-get install -y sudo $STD apt-get install -y sudo
$STD apt-get install -y mc $STD apt-get install -y mc
$STD apt-get install -y wget
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing MongoDB 4.4" msg_info "Installing MongoDB 4.4"
+4
View File
@@ -391,6 +391,10 @@
"status": "created", "status": "created",
"notes": "" "notes": ""
}, },
"Petio LXC": {
"status": "untested",
"notes": "Only supports ARMv8.2-a currently. (no RPI4 support)."
},
"PhotoPrism LXC": { "PhotoPrism LXC": {
"status": "created", "status": "created",
"notes": "" "notes": ""