mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2026-07-17 16:37:15 +00:00
KASM-7900 addresses go-backs
This commit is contained in:
parent
f7ab5660f9
commit
19c2ed58a2
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue