mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-02-16 09:51:14 +01:00
KASM-6633 build with updated GTK
This commit is contained in:
parent
ed9621fe97
commit
d96e2d2410
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user