saving uncommitted changes in /etc prior to apt run

Joshua Dye 4 years ago
parent 4ca0afe606
commit 71255947a6

@ -297,6 +297,7 @@ maybe chmod 0755 'apt/preferences.d'
maybe chmod 0644 'apt/preferences.d/limit-unstable'
maybe chmod 0644 'apt/sources.list'
maybe chmod 0755 'apt/sources.list.d'
maybe chmod 0644 'apt/sources.list.d/backports.list'
maybe chmod 0644 'apt/sources.list.d/my.list'
maybe chmod 0644 'apt/sources.list.d/raspi.list'
maybe chmod 0644 'apt/sources.list.d/unstable.list'

@ -0,0 +1 @@
deb http://deb.debian.org/debian buster-backports main
Loading…
Cancel
Save