From f1d04d1b5a072c9d4d1a53d777e338f6378590ff Mon Sep 17 00:00:00 2001 From: mhoellein Date: Thu, 26 Sep 2019 20:01:28 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 1 + apt/sources.list.d/apache2.list | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 apt/sources.list.d/apache2.list diff --git a/.etckeeper b/.etckeeper index b436d1ce8..0924b7011 100755 --- a/.etckeeper +++ b/.etckeeper @@ -621,6 +621,7 @@ maybe chmod 0755 'apt/auth.conf.d' maybe chmod 0755 'apt/preferences.d' maybe chmod 0644 'apt/sources.list' maybe chmod 0755 'apt/sources.list.d' +maybe chmod 0644 'apt/sources.list.d/apache2.list' maybe chmod 0644 'apt/sources.list.d/webmin.list' maybe chmod 0644 'apt/trusted.gpg' maybe chmod 0755 'apt/trusted.gpg.d' diff --git a/apt/sources.list.d/apache2.list b/apt/sources.list.d/apache2.list new file mode 100644 index 000000000..320b77ed5 --- /dev/null +++ b/apt/sources.list.d/apache2.list @@ -0,0 +1,2 @@ +deb http://ppa.launchpad.net/ondrej/apache2/ubuntu bionic main +deb-src http://ppa.launchpad.net/ondrej/apache2/ubuntu bionic main -- 2.43.0