sm8250: enable ppa for noble to fix qbootctl

This commit is contained in:
amazingfate
2024-06-06 20:13:27 +08:00
committed by Igor Pecovnik
parent 764d99282c
commit b3f4c449bf
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ function post_family_tweaks__xiaomi-elish_enable_services() {
return 0
fi
if [[ "${RELEASE}" == "jammy" ]];then
if [[ "${RELEASE}" == "jammy" ]] || [[ "${RELEASE}" == "noble" ]];then
display_alert "Adding qcom-mainline PPA" "${BOARD}" "info"
do_with_retries 3 chroot_sdcard add-apt-repository ppa:liujianfeng1994/qcom-mainline --yes --no-update
fi

View File

@@ -52,7 +52,7 @@ function post_family_tweaks__xiaomi-umi_enable_services() {
return 0
fi
if [[ "${RELEASE}" == "jammy" ]]; then
if [[ "${RELEASE}" == "jammy" ]] || [[ "${RELEASE}" == "noble" ]]; then
display_alert "Adding qcom-mainline PPA" "${BOARD}" "info"
do_with_retries 3 chroot_sdcard add-apt-repository ppa:liujianfeng1994/qcom-mainline --yes --no-update
fi