From 885b9683fd40b9e8c66ebd65e0e59988b53b3281 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 4 Jan 2021 19:38:42 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 1 + apt/sources.list.d/fbrehm.list | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 apt/sources.list.d/fbrehm.list diff --git a/.etckeeper b/.etckeeper index 4814d9d..76e05a9 100755 --- a/.etckeeper +++ b/.etckeeper @@ -557,6 +557,7 @@ maybe chmod 0644 'apt/sources.list.d.bak/team-xbmc-ppa-bionic.list' maybe chmod 0644 'apt/sources.list.d.bak/teams.list' maybe chmod 0644 'apt/sources.list.d.bak/ubuntu-x-swat-updates-bionic.list' maybe chmod 0644 'apt/sources.list.d.bak/webupd8team-java-bionic.list' +maybe chmod 0644 'apt/sources.list.d/fbrehm.list' maybe chmod 0644 'apt/sources.list.d/flexiondotorg-minecraft-focal.list' maybe chmod 0644 'apt/sources.list.d/google-chrome.list' maybe chmod 0644 'apt/sources.list.d/nextcloud-devs-client-bionic.list' diff --git a/apt/sources.list.d/fbrehm.list b/apt/sources.list.d/fbrehm.list new file mode 100644 index 0000000..6b0569d --- /dev/null +++ b/apt/sources.list.d/fbrehm.list @@ -0,0 +1,7 @@ +# Packages Frank Brehm +# --------------------- + +#deb http://www.brehm-online.com/debian/buster ./ +deb http://repo.uhu-banane.de/Ubuntu/focal ./ +deb-src http://repo.uhu-banane.de/Sources ./ + -- 2.39.5