Merge branch 'bugfix/KASM-6633_update_gtk' into 'develop'

KASM-6633 build with updated GTK

Closes KASM-6633

See merge request kasm-technologies/internal/workspaces-images!216
This commit is contained in:
Matthew McClaskey 2024-11-08 11:10:58 +00:00
commit 43310bef00

View File

@ -11,7 +11,7 @@ fi
libgtk_deb=libgtk.deb
ARCH=$(arch | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')
wget https://kasmweb-build-artifacts.s3.amazonaws.com/kasm-gtk-3-restricted-file-chooser/5d4c4e0e3729156c5ab8cd5ff01e7be87db1dbff/output/libgtk-3-0_3.22.30-1ubuntu4_${ARCH}.deb -O $libgtk_deb
wget https://kasmweb-build-artifacts.s3.amazonaws.com/kasm-gtk-3-restricted-file-chooser/9d36e33ee66b031cef038448a6a8cce946765473/output/libgtk-3-0_3.24.20-0ubuntu1.2_${ARCH}.deb -O $libgtk_deb
apt-get install -y --allow-downgrades ./"$libgtk_deb"
rm "$libgtk_deb"