Skip to content
Snippets Groups Projects
Commit d2880b79 authored by Lennart Kramer's avatar Lennart Kramer
Browse files

pass -y to apt-get

parent 87f1894d
No related branches found
No related tags found
No related merge requests found
......@@ -42,5 +42,5 @@ gcc -shared maxima_fork.c -lbsd -fPIC -Wall -Wextra -o libmaximafork.so
mv libmaximafork.so /usr/lib
rm -r ${SRC} /maxima_fork.c
mkdir -p ${LIB} ${LOG} ${TMP} ${PLOT} ${ASSETS} ${BIN}
apt-get purge bzip2 make wget python3 gcc texinfo
apt-get autoremove
apt-get purge -y bzip2 make wget python3 gcc texinfo
apt-get autoremove -y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment