mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
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.
This commit is contained in:
parent
bbc3213454
commit
4387dfd260
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue