noninteractive to not block when removing packages
This commit is contained in:
parent
bc027359d1
commit
5eeaa2e3ff
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
|
export DEBIAN_FRONTEND='noninteractive'
|
||||||
|
|
||||||
if (( $RANDOM % 20 == 0)); then
|
if (( $RANDOM % 20 == 0)); then
|
||||||
apt-get -qq update
|
apt-get -qq update
|
||||||
|
|
Loading…
Reference in a new issue