From: Frank Brehm Date: Fri, 25 Jun 2021 07:40:29 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=fc1bcd5d33c03159c5ccee4453cac2dcef9738f2;p=config%2Fbruni%2Fetc-mint-new1.git saving uncommitted changes in /etc prior to apt run --- 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 +