From: Mario Höllein Date: Fri, 31 Aug 2018 14:57:35 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=de662b6fbfc036182f02f3755bad29f0dc50e9c5;p=zenbook saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 13cbd92..ed6964b 100755 --- a/.etckeeper +++ b/.etckeeper @@ -513,6 +513,7 @@ maybe chmod 0644 'apt/sources.list.d/devolo-updates.list' maybe chmod 0644 'apt/sources.list.d/devolo-updates.list.distUpgrade' maybe chmod 0644 'apt/sources.list.d/devolo-updates.list.save' maybe chmod 0644 'apt/sources.list.d/ethereum-ubuntu-ethereum-bionic.list' +maybe chmod 0644 'apt/sources.list.d/ethereum-ubuntu-ethereum-bionic.list.save' maybe chmod 0644 'apt/sources.list.d/ethereum-ubuntu-ethereum-xenial.list' maybe chmod 0644 'apt/sources.list.d/ethereum-ubuntu-ethereum-xenial.list.distUpgrade' maybe chmod 0644 'apt/sources.list.d/ethereum-ubuntu-ethereum-xenial.list.save' @@ -540,6 +541,7 @@ maybe chmod 0644 'apt/sources.list.d/signal-xenial.list.save' maybe chmod 0644 'apt/sources.list.d/teamviewer.list' maybe chmod 0644 'apt/sources.list.d/teamviewer.list.distUpgrade' maybe chmod 0644 'apt/sources.list.d/teamviewer.list.save' +maybe chmod 0644 'apt/sources.list.d/teejee2008-ubuntu-ppa-bionic.list' maybe chmod 0644 'apt/sources.list.d/webupd8team-ubuntu-java-xenial.list' maybe chmod 0644 'apt/sources.list.d/webupd8team-ubuntu-java-xenial.list.distUpgrade' maybe chmod 0644 'apt/sources.list.d/webupd8team-ubuntu-java-xenial.list.save' @@ -560,6 +562,7 @@ maybe chmod 0644 'apt/trusted.gpg.d/graphics-drivers_ubuntu_ppa.gpg' maybe chmod 0644 'apt/trusted.gpg.d/linphone_ubuntu_release.gpg' maybe chmod 0644 'apt/trusted.gpg.d/mozillateam_ubuntu_firefox-next.gpg' maybe chmod 0644 'apt/trusted.gpg.d/privacyidea_ubuntu_privacyidea-dev.gpg' +maybe chmod 0644 'apt/trusted.gpg.d/teejee2008_ubuntu_ppa.gpg' maybe chmod 0644 'apt/trusted.gpg.d/ubuntu-keyring-2012-archive.gpg' maybe chmod 0644 'apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg' maybe chmod 0644 'apt/trusted.gpg.d/webupd8team_ubuntu_java.gpg' diff --git a/apt/sources.list.d/ethereum-ubuntu-ethereum-bionic.list.save b/apt/sources.list.d/ethereum-ubuntu-ethereum-bionic.list.save new file mode 100644 index 0000000..a0d5262 --- /dev/null +++ b/apt/sources.list.d/ethereum-ubuntu-ethereum-bionic.list.save @@ -0,0 +1 @@ +# deb-src http://ppa.launchpad.net/ethereum/ethereum/ubuntu bionic main diff --git a/apt/sources.list.d/ethereum-ubuntu-ethereum-xenial.list.save b/apt/sources.list.d/ethereum-ubuntu-ethereum-xenial.list.save index 0d98180..98d969d 100644 --- a/apt/sources.list.d/ethereum-ubuntu-ethereum-xenial.list.save +++ b/apt/sources.list.d/ethereum-ubuntu-ethereum-xenial.list.save @@ -1,2 +1,2 @@ -# deb http://ppa.launchpad.net/ethereum/ethereum/ubuntu bionic main # Bei Aktualisierung zu bionic deaktiviert +deb http://ppa.launchpad.net/ethereum/ethereum/ubuntu bionic main # Bei Aktualisierung zu bionic deaktiviert # deb-src http://ppa.launchpad.net/ethereum/ethereum/ubuntu xenial main diff --git a/apt/sources.list.d/teejee2008-ubuntu-ppa-bionic.list b/apt/sources.list.d/teejee2008-ubuntu-ppa-bionic.list new file mode 100644 index 0000000..117c698 --- /dev/null +++ b/apt/sources.list.d/teejee2008-ubuntu-ppa-bionic.list @@ -0,0 +1,2 @@ +deb http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic main +# deb-src http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic main diff --git a/apt/trusted.gpg.d/teejee2008_ubuntu_ppa.gpg b/apt/trusted.gpg.d/teejee2008_ubuntu_ppa.gpg new file mode 100644 index 0000000..cccb73a Binary files /dev/null and b/apt/trusted.gpg.d/teejee2008_ubuntu_ppa.gpg differ