tk installation has been added to Ubuntu 16/18 basic.sh

This commit is contained in:
Andrey Mishechkin (Akvelon INC)
2020-02-13 16:10:55 +04:00
parent 97dd9c8cb2
commit 83b32d71e0
2 changed files with 4 additions and 0 deletions

View File

@@ -97,6 +97,9 @@ apt-get install -y --no-install-recommends xvfb
echo "Install libgtk"
apt-get install -y --no-install-recommends libgtk-3-0
echo "Install tk"
apt install -y tk
echo "Install fakeroot"
apt-get install -y --no-install-recommends fakeroot