From: Frank Brehm Date: Sun, 17 May 2020 16:50:23 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=55c1063486d1a9ccce67fdfe6a2be62b69e292ad;p=config%2Fbruni%2Fetc-mint-new1.git saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 77d3d2c..0819bb0 100755 --- a/.etckeeper +++ b/.etckeeper @@ -533,6 +533,7 @@ maybe chmod 0644 'apt/sources.list.d/official-source-repositories.list' maybe chmod 0644 'apt/sources.list.d/plex-media-server.list' maybe chmod 0644 'apt/sources.list.d/plexmediaserver.list' maybe chmod 0644 'apt/sources.list.d/puppet.list' +maybe chmod 0644 'apt/sources.list.d/team-xbmc-ppa-bionic.list' maybe chmod 0644 'apt/sources.list.d/ubuntu-x-swat-updates-bionic.list' maybe chmod 0644 'apt/sources.list.d/webupd8team-java-bionic.list' maybe chmod 0644 'apt/trusted.gpg' diff --git a/apt/sources.list.d/team-xbmc-ppa-bionic.list b/apt/sources.list.d/team-xbmc-ppa-bionic.list new file mode 100644 index 0000000..7bdcc86 --- /dev/null +++ b/apt/sources.list.d/team-xbmc-ppa-bionic.list @@ -0,0 +1,2 @@ +deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main +deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu bionic main diff --git a/apt/trusted.gpg b/apt/trusted.gpg index 773c489..b5d8dea 100644 Binary files a/apt/trusted.gpg and b/apt/trusted.gpg differ