From 21026caa6f5aaa2cfe44bf869117467f3b490e5d Mon Sep 17 00:00:00 2001 From: Ethan Dye Date: Wed, 8 Jan 2025 23:33:05 -0700 Subject: [PATCH] Update after adding repo Signed-off-by: Ethan Dye --- functions/java-jre.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/java-jre.bash b/functions/java-jre.bash index 3cd705b8e..9461fabf7 100644 --- a/functions/java-jre.bash +++ b/functions/java-jre.bash @@ -81,6 +81,7 @@ openjdk_fetch_apt() { # important to avoid release mixing: # prevent RPi from using the Debian distro for normal Raspbian packages echo -e "Package: *\\nPin: release a=unstable\\nPin-Priority: 90\\n" > /etc/apt/preferences.d/limit-unstable + cond_redirect apt-get update fi dpkg --configure -a