From: mhoellein Date: Thu, 26 Sep 2019 18:01:28 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=f1d04d1b5a072c9d4d1a53d777e338f6378590ff;p=vserver saving uncommitted changes in /etc prior to apt run --- 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