xrdp/scripts/install_cppcheck_dependencies_with_apt.sh

7 lines
130 B
Bash
Raw Permalink Normal View History

2020-11-17 13:49:39 +08:00
#!/bin/sh
set -eufx
PACKAGES="libz3-dev z3"
apt-get -yq --no-install-suggests --no-install-recommends install $PACKAGES