From fc1bcd5d33c03159c5ccee4453cac2dcef9738f2 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 25 Jun 2021 09:40:29 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 1 + apt/sources.list.d/vscode.list | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 apt/sources.list.d/vscode.list diff --git a/.etckeeper b/.etckeeper index 8cc59da..411dc6e 100755 --- a/.etckeeper +++ b/.etckeeper @@ -587,6 +587,7 @@ maybe chmod 0644 'apt/sources.list.d/nilarimogard-webupd8-focal.list' maybe chmod 0644 'apt/sources.list.d/official-package-repositories.list' maybe chmod 0644 'apt/sources.list.d/team-xbmc-ppa-focal.list' maybe chmod 0644 'apt/sources.list.d/teams.list' +maybe chmod 0644 'apt/sources.list.d/vscode.list' maybe chmod 0644 'apt/trusted.gpg' maybe chmod 0755 'apt/trusted.gpg.d' maybe chmod 0644 'apt/trusted.gpg.d/microsoft.gpg' diff --git a/apt/sources.list.d/vscode.list b/apt/sources.list.d/vscode.list new file mode 100644 index 0000000..740374f --- /dev/null +++ b/apt/sources.list.d/vscode.list @@ -0,0 +1,4 @@ +### THIS FILE IS AUTOMATICALLY CONFIGURED ### +# You may comment out this entry, but any other modifications may be lost. +deb [arch=amd64,arm64,armhf] http://packages.microsoft.com/repos/code stable main + -- 2.39.5