wget -nv https://download.owncloud.org/download/repositories/production/Ubuntu_16.04/Release.key -O Release.key
apt-key add - < Release.key
echo ‘deb http://download.owncloud.org/download/repositories/production/Ubuntu_16.04/ /‘ > /etc/apt/sources.list.d/owncloud.list
apt-get update
apt-get install owncloud-files


发表评论