This commit is contained in:
Dmitry Maksyoma 2021-07-13 21:56:06 +12:00
parent fa9ddab929
commit f373c0afb1

View File

@ -5,5 +5,5 @@ set -e
libgtk_deb=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
apt-get install -y --allow-downgrades ./"$libgtk_deb"
rm "$libgtk_deb"