mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 06:47:15 +08:00
9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
post_install() {
|
|
/usr/bin/runuser -u http -- /usr/bin/php /usr/share/webapps/nextcloud/occ upgrade
|
|
}
|
|
|
|
post_upgrade()
|
|
{
|
|
post_install
|
|
}
|