updates
This commit is contained in:
parent
26955c2590
commit
d0dd908ef5
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
|
@ -216,8 +216,8 @@ artifacts_rpm()
|
||||||
# Dependencies for linux/freebsd.
|
# Dependencies for linux/freebsd.
|
||||||
deps_deb() {
|
deps_deb() {
|
||||||
echo "deps_deb: begin."
|
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"
|
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 -y install $deps
|
apt install -y $deps
|
||||||
echo "deps_deb: done."
|
echo "deps_deb: done."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue