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 -1
View File
@@ -17,12 +17,13 @@ msg_info "Installing Dependencies"
$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 NocoDB"
mkdir -p /opt/nocodb
cd /opt/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
msg_ok "Installed NocoDB"