添加debian11-bullseye

This commit is contained in:
hejiawencc
2023-03-01 11:24:02 +08:00
parent eaed4172f0
commit c1475016c2

View File

@ -937,6 +937,8 @@ function build_debian(){
RELEASE='stretch'
elif [[ "$RK_DEBIAN_VERSION" == "buster" || "$RK_DEBIAN_VERSION" == "10" ]]; then
RELEASE='buster'
elif [[ "$RK_DEBIAN_VERSION" == "bullseye" || "$RK_DEBIAN_VERSION" == "11" ]]; then
RELEASE='bullseye'
else
echo -e "\033[36m please input the os type,stretch or buster...... \033[0m"
fi