From: Mario Höllein Date: Wed, 22 Aug 2018 14:18:05 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=8f9a1f7a53ba36aa0f69245605046566e38acd84;p=zenbook saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 26888bf..b30a5f6 100755 --- a/.etckeeper +++ b/.etckeeper @@ -471,6 +471,7 @@ maybe chmod 0644 'apt/apt.conf.d/99update-notifier' maybe chmod 0755 'apt/preferences.d' maybe chmod 0664 'apt/sources.list' maybe chmod 0755 'apt/sources.list.d' +maybe chmod 0644 'apt/sources.list.d/bitcoin-ubuntu-bitcoin-xenial.list' maybe chmod 0644 'apt/sources.list.d/bumblebee-ubuntu-stable-xenial.list' maybe chmod 0644 'apt/sources.list.d/bumblebee-ubuntu-stable-xenial.list.save' maybe chmod 0644 'apt/sources.list.d/devolo-updates.list' @@ -482,6 +483,7 @@ maybe chmod 0644 'apt/sources.list.d/google.list.save' maybe chmod 0644 'apt/sources.list.d/graphics-drivers-ubuntu-ppa-xenial.list' maybe chmod 0644 'apt/sources.list.d/graphics-drivers-ubuntu-ppa-xenial.list.save' maybe chmod 0644 'apt/sources.list.d/linphone-ubuntu-release-xenial.list' +maybe chmod 0644 'apt/sources.list.d/linphone-ubuntu-release-xenial.list.save' maybe chmod 0644 'apt/sources.list.d/mozillateam-ubuntu-firefox-next-xenial.list' maybe chmod 0644 'apt/sources.list.d/mozillateam-ubuntu-firefox-next-xenial.list.save' maybe chmod 0644 'apt/sources.list.d/nodesource.list' @@ -501,6 +503,7 @@ maybe chmod 0644 'apt/sources.list.d/yubico-ubuntu-stable-xenial.list.save' maybe chmod 0664 'apt/sources.list.save' maybe chmod 0644 'apt/trusted.gpg' maybe chmod 0755 'apt/trusted.gpg.d' +maybe chmod 0644 'apt/trusted.gpg.d/bitcoin_ubuntu_bitcoin.gpg' maybe chmod 0644 'apt/trusted.gpg.d/bumblebee_ubuntu_stable.gpg' maybe chmod 0644 'apt/trusted.gpg.d/ethereum_ubuntu_ethereum.gpg' maybe chmod 0644 'apt/trusted.gpg.d/graphics-drivers_ubuntu_ppa.gpg' diff --git a/apt/sources.list.d/bitcoin-ubuntu-bitcoin-xenial.list b/apt/sources.list.d/bitcoin-ubuntu-bitcoin-xenial.list new file mode 100644 index 0000000..37baca3 --- /dev/null +++ b/apt/sources.list.d/bitcoin-ubuntu-bitcoin-xenial.list @@ -0,0 +1,2 @@ +deb http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu xenial main +# deb-src http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu xenial main diff --git a/apt/sources.list.d/linphone-ubuntu-release-xenial.list.save b/apt/sources.list.d/linphone-ubuntu-release-xenial.list.save new file mode 100644 index 0000000..7e03df8 --- /dev/null +++ b/apt/sources.list.d/linphone-ubuntu-release-xenial.list.save @@ -0,0 +1,2 @@ +deb http://ppa.launchpad.net/linphone/release/ubuntu xenial main +# deb-src http://ppa.launchpad.net/linphone/release/ubuntu xenial main diff --git a/apt/trusted.gpg.d/bitcoin_ubuntu_bitcoin.gpg b/apt/trusted.gpg.d/bitcoin_ubuntu_bitcoin.gpg new file mode 100644 index 0000000..9b3f9f9 Binary files /dev/null and b/apt/trusted.gpg.d/bitcoin_ubuntu_bitcoin.gpg differ