From: root Date: Thu, 29 Jun 2023 07:17:58 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=f8da2f757bd9f28635ee2e865d21a2e7498fc836;p=config%2Fbruni%2Fetc-mint-new1.git saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 4db9b19..587b4e3 100755 --- a/.etckeeper +++ b/.etckeeper @@ -642,6 +642,7 @@ maybe chmod 0644 'apt/sources.list.d/official-source-repositories.list' maybe chmod 0664 'apt/sources.list.d/plexmediaserver.list' maybe chmod 0644 'apt/sources.list.d/team-xbmc-ppa-jammy.list' maybe chmod 0644 'apt/sources.list.d/teams.list' +maybe chmod 0644 'apt/sources.list.d/volian-archive-scar-unstable.list' maybe chmod 0644 'apt/sources.list.d/vscode.list' maybe chmod 0644 'apt/trusted.gpg' maybe chmod 0755 'apt/trusted.gpg.d' @@ -662,6 +663,7 @@ maybe chmod 0644 'apt/trusted.gpg.d/ubuntu-defaults.chroot.key.gpg' maybe chmod 0644 'apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg' maybe chmod 0644 'apt/trusted.gpg.d/ubuntu-keyring-2016-dbgsym.gpg' maybe chmod 0644 'apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg' +maybe chmod 0644 'apt/trusted.gpg.d/volian-archive-scar-unstable.gpg' maybe chgrp 'daemon' 'at.deny' maybe chmod 0640 'at.deny' maybe chmod 0755 'avahi' diff --git a/apt/sources.list.d/volian-archive-scar-unstable.list b/apt/sources.list.d/volian-archive-scar-unstable.list new file mode 100644 index 0000000..0719cd0 --- /dev/null +++ b/apt/sources.list.d/volian-archive-scar-unstable.list @@ -0,0 +1 @@ +deb [arch=amd64,arm64,armhf] http://deb.volian.org/volian/ scar main diff --git a/apt/trusted.gpg.d/volian-archive-scar-unstable.gpg b/apt/trusted.gpg.d/volian-archive-scar-unstable.gpg new file mode 100644 index 0000000..79361ee Binary files /dev/null and b/apt/trusted.gpg.d/volian-archive-scar-unstable.gpg differ