don't install unnecessary dependencies

This commit is contained in:
Jakob Ketterl
2020-05-23 22:53:12 +02:00
parent 1fedd0e50f
commit 5377087848
12 changed files with 16 additions and 27 deletions

View File

@ -22,7 +22,7 @@ STATIC_PACKAGES="libusb-1.0-0"
BUILD_PACKAGES="git libusb-1.0-0-dev cmake make gcc g++ pkg-config"
apt-get update
apt-get -y install $STATIC_PACKAGES $BUILD_PACKAGES
apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
git clone https://github.com/osmocom/rtl-sdr.git
cmakebuild rtl-sdr d794155ba65796a76cd0a436f9709f4601509320