noninteractive to not block when removing packages

This commit is contained in:
Fredrik Thulin 2019-01-15 13:12:07 +01:00
parent bc027359d1
commit 5eeaa2e3ff
No known key found for this signature in database
GPG key ID: 2707330D4030CCAD

View file

@ -1,4 +1,6 @@
#!/bin/sh
#!/bin/bash
export DEBIAN_FRONTEND='noninteractive'
if (( $RANDOM % 20 == 0)); then
apt-get -qq update