diff --git a/.etckeeper b/.etckeeper index d998cb93..077db592 100755 --- a/.etckeeper +++ b/.etckeeper @@ -110,6 +110,7 @@ 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 0644 'apt/sources.list.d/my.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/my.list b/apt/sources.list.d/my.list new file mode 100644 index 00000000..67786b3f --- /dev/null +++ b/apt/sources.list.d/my.list @@ -0,0 +1 @@ +deb https://repo.ovalwonder.com/ testing main diff --git a/apt/trusted.gpg b/apt/trusted.gpg index d7122efd..c0d6e73b 100644 Binary files a/apt/trusted.gpg and b/apt/trusted.gpg differ