From b5fd982b7f64720a33fac25906c3aab4dd0240f1 Mon Sep 17 00:00:00 2001 From: icedream Date: Sat, 24 Oct 2015 10:37:06 +0200 Subject: [PATCH] Add non-interactive "yes" on purge. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 40f0993..14e3f51 100644 --- a/setup.sh +++ b/setup.sh @@ -53,6 +53,6 @@ mv ts3bot-control* ts3bot #RUN chmod a+rx /usr/local/bin/youtube-dl # Clean up APT -apt-get autoremove --purge wget +apt-get autoremove -y --purge wget apt-get clean rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*