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
@@ -47,6 +47,7 @@ apt-fast install -y --no-install-recommends \
dbus \ dbus \
xvfb \ xvfb \
libgtk-3-0 \ libgtk-3-0 \
tk \
fakeroot \ fakeroot \
dpkg \ dpkg \
rpm \ rpm \
@@ -97,6 +97,9 @@ apt-get install -y --no-install-recommends xvfb
echo "Install libgtk" echo "Install libgtk"
apt-get install -y --no-install-recommends libgtk-3-0 apt-get install -y --no-install-recommends libgtk-3-0
echo "Install tk"
apt install -y tk
echo "Install fakeroot" echo "Install fakeroot"
apt-get install -y --no-install-recommends fakeroot apt-get install -y --no-install-recommends fakeroot