mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-11 02:34:39 +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
|
||
|
}
|