From: mhoellein Date: Thu, 11 Oct 2018 11:58:30 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=c983d5ee445465c9ad8e1d295a50369ff023a0ee;p=homeserver saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index aeb21314..43c68d9d 100755 --- a/.etckeeper +++ b/.etckeeper @@ -708,6 +708,7 @@ maybe chmod 0664 './apt/sources.list' maybe chmod 0755 './apt/sources.list.d' maybe chmod 0644 './apt/sources.list.d/certbot-certbot-trusty.list' maybe chmod 0644 './apt/sources.list.d/devolo-updates.list' +maybe chmod 0644 './apt/sources.list.d/docker.list' maybe chmod 0644 './apt/sources.list.d/formorer-icinga-trusty.list' maybe chmod 0644 './apt/sources.list.d/getdeb.list' maybe chmod 0644 './apt/sources.list.d/mc3man-trusty-media-trusty.list' diff --git a/apt/sources.list.d/docker.list b/apt/sources.list.d/docker.list new file mode 100644 index 00000000..8d29620b --- /dev/null +++ b/apt/sources.list.d/docker.list @@ -0,0 +1 @@ +deb https://apt.dockerproject.org/repo ubuntu-trusty main diff --git a/apt/trusted.gpg b/apt/trusted.gpg index a6efacf3..d26e910e 100644 Binary files a/apt/trusted.gpg and b/apt/trusted.gpg differ