From 4387dfd260180799dcadad31fc5c583de85d876e Mon Sep 17 00:00:00 2001 From: Jille Timmermans Date: Sun, 14 Nov 2021 12:10:58 +0100 Subject: [PATCH] Add support for Raspbian 11 Tested on my Raspberry Pi. This solves the error `ERROR: No dependencies installation function found. Exiting...` when running on Raspbian 11. --- bootstrap-salt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 2d726b0..2b85597 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1492,6 +1492,7 @@ __debian_derivatives_translation() { raspbian_8_debian_base="8.0" raspbian_9_debian_base="9.0" raspbian_10_debian_base="10.0" + raspbian_11_debian_base="11.0" bunsenlabs_9_debian_base="9.0" turnkey_9_debian_base="9.0"