Suppress complaints about owncloud not existing (legacy setup code)
This commit is contained in:
parent
152d7c39bc
commit
37a97a394f
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ user_external_hash=3bf2609061d7214e7f0f69dd8883e55c4ec8f50a
|
|||
|
||||
# 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 \
|
||||
php-cli php-sqlite3 php-gd php-imap php-curl php-pear curl \
|
||||
|
|
Loading…
Reference in a new issue