iports/ilot/nextcloud31/nextcloud31.post-install
Antoine Martin 65854af684
Some checks failed
/ lint (pull_request) Failing after 33s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 45s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 1m9s
ilot/nextcloud31: new aport
2025-03-12 19:07:21 -04:00

11 lines
491 B
Bash

#!/bin/sh
# this package could be installed as consequence of an upgrade
echo
echo ' * If you are upgrading to a versioned package (starts at v29.0.4-r1),' >&2
echo ' please do the following:' >&2
echo
echo ' * Run "apk upgrade -a" a second time to complete the upgrade of all' >&2
echo ' nextcloud packages' >&2
echo ' * Run "occ upgrade" to finish upgrading your Nextcloud instance' >&2
echo ' * NOTE: since v29.0.4-r1 "occ" command is now in package "nextcloudNN-occ"' >&2
echo