[arm64] Port scripts between nodered & paperlessngx to support arm64 (#15255)

* [arm64] Port scripts between nodered-paperlessngx to support arm64

* Update paperclip.sh
This commit is contained in:
Sam Heinz
2026-06-22 04:45:41 +10:00
committed by GitHub
parent c0c230058b
commit 3799d565da
30 changed files with 63 additions and 51 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ $STD sudo -u cool coolconfig set-admin-password --user=admin --password="$COOLPA
echo "$COOLPASS" >~/.coolpass
msg_ok "Installed Collabora Online"
fetch_and_deploy_gh_release "OpenCloud" "opencloud-eu/opencloud" "singlefile" "v7.0.0" "/usr/bin" "opencloud-*-linux-amd64"
fetch_and_deploy_gh_release "OpenCloud" "opencloud-eu/opencloud" "singlefile" "v7.0.0" "/usr/bin" "opencloud-*-linux-$(arch_resolve)"
mv /usr/bin/OpenCloud /usr/bin/opencloud
msg_info "Configuring OpenCloud"