Expand apt sources and utility packages

This commit is contained in:
2016-04-09 16:27:06 +01:00
parent cdc5c7c426
commit c471780e08
2 changed files with 4 additions and 3 deletions

View File

@@ -15,8 +15,10 @@ echo force-unsafe-io > /etc/dpkg/dpkg.cfg.d/02apt-speedup
## http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594189
export_env INITRD no
## Enable sources in APT
## Enable sources and backports in APT
echo 'deb-src http://httpredir.debian.org/debian/ jessie main' >> /etc/apt/sources.list
echo 'deb http://httpredir.debian.org/debian/ jessie-backports main contrib non-free' >> /etc/apt/sources.list
echo 'deb-src http://httpredir.debian.org/debian/ jessie-backports main contrib non-free' >> /etc/apt/sources.list
apt update
## Fix some issues with APT packages