Suppress complaints about owncloud not existing (legacy setup code)

This commit is contained in:
David Duque 2022-01-22 19:58:03 +00:00
parent 152d7c39bc
commit 37a97a394f
No known key found for this signature in database
GPG key ID: 913FE0F2477D7D6B

View file

@ -42,7 +42,8 @@ user_external_hash=3bf2609061d7214e7f0f69dd8883e55c4ec8f50a
# Clear prior packages and install dependencies from apt. # Clear prior packages and install dependencies from apt.
apt-get purge -qq -y owncloud* # we used to use the package manager # Just in case someone tries to cross over from the upstream version.
apt-get purge -qq -y owncloud* 2>1 /dev/null || /bin/true
apt_install php php-fpm \ apt_install php php-fpm \
php-cli php-sqlite3 php-gd php-imap php-curl php-pear curl \ php-cli php-sqlite3 php-gd php-imap php-curl php-pear curl \