GTK install script refactor

This commit is contained in:
Dmitry Maksyoma 2021-07-11 21:22:21 +12:00
parent 14c7fca7b9
commit 76973ef8b6

View File

@ -2,5 +2,7 @@
set -e set -e
wget https://kasmweb-build-artifacts.s3.amazonaws.com/kasm-gtk-3-restricted-file-chooser/de486e8c3c5f3d3c0f898fb9d6e05755897b1970/output/libgtk-3-0_3.22.30-1ubuntu4_amd64.deb -O libgtk.deb libgtk_deb=libgtk.deb
apt-get install -y --allow-downgrades ./libgtk.deb
wget https://kasmweb-build-artifacts.s3.amazonaws.com/kasm-gtk-3-restricted-file-chooser/de486e8c3c5f3d3c0f898fb9d6e05755897b1970/output/libgtk-3-0_3.22.30-1ubuntu4_amd64.deb -O $libgtk_deb
apt-get install -y --allow-downgrades ./$libgtk_deb