Advertisement
Guest User

Untitled

a guest
Jul 26th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. #------------------------------------------------------------------------------#
  2. # OFFICIAL UBUNTU REPOS #
  3. #------------------------------------------------------------------------------#
  4.  
  5.  
  6. ###### Ubuntu Main Repos
  7. deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse
  8. deb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse
  9.  
  10. ###### Ubuntu Update Repos
  11. deb http://us.archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
  12. deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
  13.  
  14. #------------------------------------------------------------------------------#
  15. # UNOFFICIAL UBUNTU REPOS #
  16. #------------------------------------------------------------------------------#
  17.  
  18.  
  19. ###### 3rd Party Binary Repos
  20.  
  21. #### BitTorrent Sync - http://www.bittorrent.com/sync
  22. ## Run this command: sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 6BF18B15
  23. deb http://debian.yeasoft.net/btsync trusty main
  24.  
  25. #### Webmin - http://www.webmin.com
  26. ## Run this command: wget http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
  27. deb http://download.webmin.com/download/repository sarge contrib
  28.  
  29.  
  30. ####### 3rd Party Source Repos
  31.  
  32. #### BitTorrent Sync (Source) - http://www.bittorrent.com/sync
  33. ## Run this command: sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 6BF18B15
  34. deb-src http://debian.yeasoft.net/btsync trusty main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement