diff --git a/bin/compile b/bin/compile index 8dc6d12..7c80eb5 100755 --- a/bin/compile +++ b/bin/compile @@ -53,7 +53,7 @@ for PACKAGE in $PACKAGES; do curl -s -L -z $PACKAGE_FILE -o $PACKAGE_FILE $PACKAGE 2>&1 | indent else topic "Fetching .debs for $PACKAGE" - apt-get $APT_OPTIONS -y --force-yes -d install --reinstall $PACKAGE | indent + apt-get $APT_OPTIONS -y --allow-downgrades --allow-remove-essential --allow-change-held-packages -d install --reinstall $PACKAGE | indent fi done