188082b20c
add option to easily install chromium after build since firefox doesnt have functional sound remove regdb files, they serve no purpose as the wireless driver will not load them. This is a kernel bug and is fixed in 4.19, where they are't needed at all.
16 lines
692 B
Plaintext
16 lines
692 B
Plaintext
deb http://ftp.us.debian.org/debian stretch main
|
|
deb-src http://ftp.us.debian.org/debian stretch main
|
|
|
|
deb http://ftp.us.debian.org/debian stretch-updates main
|
|
deb-src http://ftp.us.debian.org/debian stretch-updates main
|
|
|
|
deb http://security.debian.org/debian-security/ stretch/updates main
|
|
deb-src http://security.debian.org/debian-security/ stretch/updates main
|
|
|
|
#Add buster to grab a functional firefox release
|
|
# /etc/apt/preferences prevents this from updating the whole system
|
|
deb http://deb.debian.org/debian/ testing main
|
|
|
|
#Add sid to grab a functional chromium release
|
|
# /etc/apt/preferences prevents this from updating the whole system
|
|
deb http://deb.debian.org/debian/ unstable main |