diff --git a/debian9-x86_64.sh b/debian9-x86_64.sh index 32f531c..5a66064 100755 --- a/debian9-x86_64.sh +++ b/debian9-x86_64.sh @@ -216,6 +216,7 @@ echo "Remove lock and update packages list..." rm -f /var/lib/dpkg/lock rm -f /var/lib/dpkg/lock-frontend rm -f /var/cache/apt/archives/lock +rm -f /etc/apt/sources.list.d/buster-backports.list if [ "$ID" = "debian" ] && [ "$VERSION_ID" = "9" ]; then apt-get update else