mirror of https://github.com/armbian/build.git
Bullseye: drop backport repository as it doesn't exists anymore
This commit is contained in:
parent
96fe7dee19
commit
cbeb0992b4
|
|
@ -92,7 +92,7 @@ function create_sources_list_and_deploy_repo_key() {
|
|||
declare -a security_suites=("${release}-security")
|
||||
declare -a components=(main contrib non-free)
|
||||
|
||||
if [[ "$release" == "buster" ]]; then
|
||||
if [[ "$release" == "buster" || "$release" == "bullseye" ]]; then
|
||||
security_suites=("${release}/updates")
|
||||
else
|
||||
suites+=("${release}-backports")
|
||||
|
|
|
|||
Loading…
Reference in New Issue