Port rest of N-named apps to ARM64

n8n
Navidrome
NextCloudPi
NocoDB
Node-Red
ntfy
This commit is contained in:
Sam Heinz
2024-04-10 15:19:57 +10:00
parent 8a6fad50d1
commit b3007ccc83
13 changed files with 23 additions and 12 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
@@ -59,7 +59,7 @@ msg_info "Updating ${APP}"
systemctl stop nocodb.service
cd /opt/nocodb
rm -rf nocodb
curl -s http://get.nocodb.com/linux-x64 -o nocodb -L
curl -s http://get.nocodb.com/linux-arm64 -o nocodb -L
chmod +x nocodb
systemctl start nocodb.service
msg_ok "Updated Successfully"