mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-04 15:54:48 +01:00
small script to update the mail app
This commit is contained in:
@@ -14,7 +14,7 @@ apt-get purge -qq -y owncloud*
|
||||
# Install ownCloud from source if it is not already present
|
||||
# TODO: Check version?
|
||||
if [ ! -d /usr/local/lib/owncloud ]; then
|
||||
echo Installing ownCloud...
|
||||
echo installing ownCloud...
|
||||
rm -f /tmp/owncloud.zip
|
||||
wget -qO /tmp/owncloud.zip https://download.owncloud.org/community/owncloud-7.0.1.zip
|
||||
unzip /tmp/owncloud.zip -d /usr/local/lib
|
||||
|
||||
@@ -21,7 +21,7 @@ php5enmod imap
|
||||
# Copy Z-Push into place.
|
||||
if [ ! -d /usr/local/lib/z-push ]; then
|
||||
rm -f /tmp/zpush.zip
|
||||
echo Installing z-push...
|
||||
echo installing z-push...
|
||||
wget -qO /tmp/zpush.zip https://github.com/fmbiete/Z-Push-contrib/archive/master.zip
|
||||
unzip /tmp/zpush.zip -d /usr/local/lib/
|
||||
mv /usr/local/lib/Z-Push-contrib-master /usr/local/lib/z-push
|
||||
|
||||
Reference in New Issue
Block a user