Ported all O-named apps to ARM64

This commit is contained in:
Sam Heinz
2024-04-10 17:43:40 +10:00
parent 96f8fb74b8
commit 908ae0503a
17 changed files with 39 additions and 24 deletions
+2 -2
View File
@@ -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
@@ -63,7 +63,7 @@ if [ -z "${latest_version}" ]; then
fi
echo -e "Updating Omada Controller"
wget -qL ${latest_url}
dpkg -i ${latest_version}
dpkg -i --ignore-depends=jsvc,mongodb-server ${latest_version}
rm -rf ${latest_version}
echo -e "Updated Omada Controller"
exit