BuzzinH

SteamOS Debian Main Repos

Mar 2nd, 2014
4,769
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. http://bit.ly/1jKAWWV
  2.  
  3. sudo nano /etc/apt/sources.list
  4.  
  5. # Debian Main
  6. deb http://http.debian.net/debian wheezy main
  7. deb-src http://http.debian.net/debian wheezy main
  8. # Debian Update
  9. deb http://http.debian.net/debian wheezy-updates main
  10. deb-src http://http.debian.net/debian wheezy-updates main
  11. # Debian Security
  12. deb http://security.debian.org/ wheezy/updates main
  13. deb-src http://security.debian.org/ wheezy/updates main
  14. # Debian Multimedia Repo (for XBMC 12.*)
  15. deb http://www.deb-multimedia.org wheezy main non-free
  16.  
  17. sudo nano /etc/apt/preferences
  18.  
  19. Package: * Pin: release a=alchemist Pin-Priority: 900
  20. Package: * Pin: release a=wheezy Pin-Priority:-10
  21.  
  22. gpg --keyserver http://pgp.mit.edu/ --recv-keys 1F41B907
  23. gpg -a --export 1F41B907 | sudo apt-key add -
  24.  
  25. apt-get install deb-multimedia-keyring
  26.  
  27. sudo apt-get update
Advertisement
Add Comment
Please, Sign In to add comment