From bc042dde009cf96efd4bb8ed2fcdcf10cb2ba8ee Mon Sep 17 00:00:00 2001 From: Huan Truong Date: Thu, 28 May 2026 10:19:23 -0500 Subject: [PATCH] QA-353_image_maintenance --- src/ubuntu/install/printer/install_printer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ubuntu/install/printer/install_printer.sh b/src/ubuntu/install/printer/install_printer.sh index ecff886..d39486e 100755 --- a/src/ubuntu/install/printer/install_printer.sh +++ b/src/ubuntu/install/printer/install_printer.sh @@ -19,8 +19,8 @@ elif [ "${DISTRO}" == "opensuse" ]; then zypper install --allow-vendor-change -y cups-pdf fi elif [ "${DISTRO}" == "alpine" ]; then - echo '@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories - apk add --no-cache cups cups-client cups-pdf@testing + echo '@edge-community http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories + apk add --no-cache cups cups-client cups-pdf@edge-community usermod -a -G lpadmin root else apt-get update