From b1790ece358f9b2d9fe0f611f899efeb19b73b42 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 30 Jul 2024 17:45:05 +0200 Subject: [PATCH] bundles/apt: 32bit raspbian is no longer supported --- bundles/apt/files/sources.list-raspbian-buster | 1 - bundles/apt/items.py | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 bundles/apt/files/sources.list-raspbian-buster diff --git a/bundles/apt/files/sources.list-raspbian-buster b/bundles/apt/files/sources.list-raspbian-buster deleted file mode 100644 index d52d1f9..0000000 --- a/bundles/apt/files/sources.list-raspbian-buster +++ /dev/null @@ -1 +0,0 @@ -deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi diff --git a/bundles/apt/items.py b/bundles/apt/items.py index 05528d0..0f3f92d 100644 --- a/bundles/apt/items.py +++ b/bundles/apt/items.py @@ -7,9 +7,6 @@ supported_os = { 12: 'bookworm', 99: 'unstable', }, - 'raspbian': { - 10: 'buster', - }, } try: