forked from forkanization/Proxmox-arm64
Port rest of N-named apps to ARM64
n8n Navidrome NextCloudPi NocoDB Node-Red ntfy
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user