From d0dd908ef53705bc55502ce8fceb92c6e141bb49 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sun, 4 Apr 2021 18:29:04 +0200 Subject: [PATCH] updates --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index a9f74a4..d12a5f3 100755 --- a/build.sh +++ b/build.sh @@ -216,8 +216,8 @@ artifacts_rpm() # Dependencies for linux/freebsd. deps_deb() { echo "deps_deb: begin." - deps="python3 python3-distutils clang pkg-config libpulse-dev gcc curl wget nodejs libpango1.0-dev nasm yasm zip m4 libgtk-3-dev libgtk2.0-dev libdbus-glib-1-dev libxt-dev" - apt -y install $deps + deps="python python-dev python3 python3-dev python3-distutils clang pkg-config libpulse-dev gcc curl wget nodejs libpango1.0-dev nasm yasm zip m4 libgtk-3-dev libgtk2.0-dev libdbus-glib-1-dev libxt-dev" + apt install -y $deps echo "deps_deb: done." }