From 332a558228cfcf26338f0b339bbf2859b2de2bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sat, 19 Nov 2022 08:08:14 +0100 Subject: [PATCH] When using PPA sources we need to run install_ppa_prerequisites (#4464) --- lib/functions/rootfs/apt-sources.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/functions/rootfs/apt-sources.sh b/lib/functions/rootfs/apt-sources.sh index 4195c56f41..2199ce8814 100644 --- a/lib/functions/rootfs/apt-sources.sh +++ b/lib/functions/rootfs/apt-sources.sh @@ -41,6 +41,7 @@ add_apt_sources() { display_alert "Adding APT Source ${new_apt_source}" if [[ "${new_apt_source}" == ppa* ]]; then + install_ppa_prerequisites # ppa with software-common-properties run_on_sdcard "add-apt-repository -y -n \"${new_apt_source}\"" # add list with apt-add