diff --git a/debian9-x86_64.sh b/debian9-x86_64.sh index 021782d..177115e 100755 --- a/debian9-x86_64.sh +++ b/debian9-x86_64.sh @@ -215,6 +215,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