Advertisement
Guest User

install Owncloud on Ubuntu 14.04 LTS Server

a guest
Oct 25th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/owncloud.list"
  2.  
  3. wget http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_14.04/Release.key
  4. sudo apt-key add - < Release.key  
  5.  
  6. sudo apt-get update
  7. sudo apt-get install owncloud
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement