corrections for building sonarr on debian stretch

This commit is contained in:
2017-06-27 10:42:17 +02:00
parent d7f853d21b
commit 1cd392bed2
5 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
export LC_ALL=C
export DEBIAN_FRONTEND=noninteractive
apt_install='apt-get install -y --no-install-recommends --force-yes'
apt_install='apt-get install -y --no-install-recommends'
apt_install_permanent() {
echo $@ | tr ' ' '\n' >> /build/permanent