From: pi Date: Wed, 8 Feb 2023 15:00:52 +0000 (+0000) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=66c214ff30dba9f42acb137cd2f5072da011ba60;p=pi-wkg saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index bdb5152..2b14b3a 100755 --- a/.etckeeper +++ b/.etckeeper @@ -152,8 +152,6 @@ maybe chmod 0644 'apt/listchanges.conf' maybe chmod 0755 'apt/preferences.d' maybe chmod 0644 'apt/sources.list' maybe chmod 0755 'apt/sources.list.d' -maybe chmod 0664 'apt/sources.list.d/lxccu.list' -maybe chmod 0644 'apt/sources.list.d/lxccu_test.list' maybe chmod 0644 'apt/sources.list.d/raspi.list' maybe chmod 0644 'apt/trusted.gpg' maybe chmod 0755 'apt/trusted.gpg.d' diff --git a/apt/sources.list.d/lxccu.list b/apt/sources.list.d/lxccu.list deleted file mode 100644 index 543b086..0000000 --- a/apt/sources.list.d/lxccu.list +++ /dev/null @@ -1 +0,0 @@ -deb http://cdn.lxccu.com/apt/ wheezy main optional diff --git a/apt/sources.list.d/lxccu_test.list b/apt/sources.list.d/lxccu_test.list deleted file mode 100644 index 9467e7b..0000000 --- a/apt/sources.list.d/lxccu_test.list +++ /dev/null @@ -1 +0,0 @@ -deb http://cdn.lxccu.com/apt/ testing main optional