mirror of https://github.com/icedream/ts3bot.git
Add non-interactive "yes" on purge.
parent
daf6bf8f7c
commit
b5fd982b7f
2
setup.sh
2
setup.sh
|
@ -53,6 +53,6 @@ mv ts3bot-control* ts3bot
|
||||||
#RUN chmod a+rx /usr/local/bin/youtube-dl
|
#RUN chmod a+rx /usr/local/bin/youtube-dl
|
||||||
|
|
||||||
# Clean up APT
|
# Clean up APT
|
||||||
apt-get autoremove --purge wget
|
apt-get autoremove -y --purge wget
|
||||||
apt-get clean
|
apt-get clean
|
||||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
Loading…
Reference in New Issue