Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Sam Heinz
2025-04-10 23:30:09 +10:00
636 changed files with 6711 additions and 4819 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ msg_ok "Installed Dependencies"
msg_info "Installing NocoDB"
mkdir -p /opt/nocodb
cd /opt/nocodb
curl -s http://get.nocodb.com/linux-arm64 -o nocodb -L
curl -fsSL http://get.nocodb.com/linux-arm64 -o nocodb -L
chmod +x nocodb
msg_ok "Installed NocoDB"
@@ -42,7 +42,7 @@ ExecStart=/opt/nocodb/./nocodb
[Install]
WantedBy=multi-user.target" >$service_path
systemctl enable -q --now nocodb.service &>/dev/null
systemctl enable -q --now nocodb
msg_ok "Created Service"
motd_ssh