mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-10-31 19:00:54 +00:00 
			
		
		
		
	quotes
This commit is contained in:
		
							parent
							
								
									57a441a547
								
							
						
					
					
						commit
						36654bb5b4
					
				| @ -2,16 +2,16 @@ | ||||
| 
 | ||||
| # Simple script to update the mail app in ownCloud, not needed once it reaches beta+ | ||||
| 
 | ||||
| echo installing mail app... | ||||
| echo "installing mail app..." | ||||
| rm -f /tmp/owncloud_mail.zip | ||||
| wget -qO /tmp/owncloud_mail.zip https://github.com/owncloud/mail/archive/master.zip | ||||
| unzip /tmp/owncloud_mail.zip -d /usr/local/lib/owncloud/apps | ||||
| mv /usr/local/lib/owncloud/apps/mail-master /usr/local/lib/owncloud/apps/mail | ||||
| rm -f /tmp/owncloud.zip | ||||
| 
 | ||||
| echo installing php composer and mail app dependencies... | ||||
| echo "installing php composer and mail app dependencies..." | ||||
| curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/lib/owncloud/apps/mail | ||||
| php /usr/local/lib/owncloud/apps/mail/composer.phar install --working-dir=/usr/local/lib/owncloud/apps/mail | ||||
| chmod -R 777 /usr/local/lib/owncloud/apps/mail/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer | ||||
| 
 | ||||
| echo DONE! :-) | ||||
| echo "DONE! :-)" | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user