Fix nextcloud cleanup typo

This commit is contained in:
David Duque 2022-01-31 16:10:28 +00:00
parent a0abc9c0d2
commit 14534fd0cb
No known key found for this signature in database
GPG key ID: 913FE0F2477D7D6B

View file

@ -43,7 +43,7 @@ user_external_hash=3bf2609061d7214e7f0f69dd8883e55c4ec8f50a
# Clear prior packages and install dependencies from apt. # Clear prior packages and install dependencies from apt.
# Just in case someone tries to cross over from the upstream version. # 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-get purge -qq -y owncloud* 2> /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 \