Created
March 7, 2014 13:51
-
-
Save himalay/9411845 to your computer and use it in GitHub Desktop.
Crunchbang Linux Sources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#################### | |
#### CRUNCHBANG #### | |
#################### | |
## Compatible with Debian Wheezy, but use at your own risk. | |
deb http://packages.crunchbang.org/waldorf waldorf main | |
deb-src http://packages.crunchbang.org/waldorf waldorf main | |
#################### | |
####################### | |
#### DEBIAN WHEEZY #### | |
####################### | |
## DEBIAN STABLE | |
deb http://http.debian.net/debian wheezy main contrib non-free | |
deb-src http://http.debian.net/debian wheezy main contrib non-free | |
## DEBIAN SECURITY | |
deb http://security.debian.org/ wheezy/updates main | |
deb-src http://security.debian.org/ wheezy/updates main | |
# DEBIAN BACKPORT | |
deb http://ftp.uk.debian.org/debian wheezy-backports main contrib non-free | |
# DEBIAN TESTING | |
deb http://ftp.uk.debian.org/debian testing main contrib non-free | |
deb-src http://ftp.uk.debian.org/debian testing main contrib non-free | |
# DEBIAN UNSTABLE | |
deb http://ftp.uk.debian.org/debian unstable main contrib non-free | |
deb-src http://ftp.uk.debian.org/debian unstable main contrib non-free | |
# DEBIAN EXPERIMENTAL | |
deb http://ftp.uk.debian.org/debian experimental main contrib non-free | |
deb-src http://ftp.uk.debian.org/debian experimental main contrib non-free | |
####################### | |
######################### | |
#### LINUX MINT REPO #### | |
######################### | |
deb http://packages.linuxmint.com/ debian main import upstream | |
## sudo apt-get update && sudo apt-get install linuxmint-keyring | |
## OR, | |
## wget http://packages.linuxmint.com/pool/main/l/linuxmint-keyring/linuxmint-keyring_2009.04.29_all.deb | |
## sudo dpkg -i linuxmint-keyring_2009.04.29_all.deb | |
######################### | |
#################### | |
#### LIGHT ZONE #### | |
#################### | |
deb http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_7.0/ ./ | |
## wget -O - http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_7.0/Release.key | apt-key add - | |
## If LightZone fails to start with LC_JPEGException, run following commands as root: | |
## apt-get install openjdk-7-jre | |
## update-alternatives --config java | |
## and select java-7-openjdk-* to fix the problem. | |
#################### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment