KASM-7900 addresses go-backs

This commit is contained in:
Huan Truong 2026-04-20 18:43:03 -05:00
parent f7ab5660f9
commit 19c2ed58a2
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ elif [[ "${DISTRO}" == "fedora43" ]] ; then
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/${COMMIT_ID}/kasmvncserver_fedora_43_${KASM_VER_NAME_PART}_aarch64.rpm"
fi
elif [[ "${DISTRO}" = @(debian|parrotos7) ]] ; then
if grep -q trixie /etc/os-release || { grep -qi parrot /etc/os-release && grep -q "7.1" /etc/os-release; }; then
if grep -q trixie /etc/os-release || grep -qi echo /etc/os-release; then
if [[ "$(arch)" =~ ^x86_64$ ]] ; then
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/${COMMIT_ID}/kasmvncserver_trixie_${KASM_VER_NAME_PART}_amd64.deb"
else

View file

@ -10,13 +10,13 @@ elif [ "${DISTRO}" == "opensuse" ]; then
if grep -q "16" /etc/os-release; then
zypper addrepo -G https://download.opensuse.org/repositories/Printing/16.0/ printing
fi
zypper install -y cups cups-client
zypper install --allow-vendor-change -y cups cups-client
if [[ "$(uname -m)" == "aarch64" ]]; then
curl -O https://kasmweb-build-artifacts.s3.amazonaws.com/kasm_backend/opensuse-cups-pdf-arm/3.0.2/cups-pdf-3.0.2-lp160.15.3.aarch64.rpm
zypper --no-gpg-checks install -y ./cups-pdf-3.0.2-lp160.15.3.aarch64.rpm
rm -f ./cups-pdf-3.0.2-lp160.15.3.aarch64.rpm
else
zypper install -y cups-pdf
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