From bef7b9767aa288d6a3052191e0ad781ff28984e0 Mon Sep 17 00:00:00 2001 From: marcosfad Date: Sat, 20 Nov 2021 16:59:44 +0100 Subject: [PATCH] Fix build --- files/chroot_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 4293bb7..2396908 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -228,7 +228,7 @@ done echo >&2 "===]> Info: Remove unused applications ... " -apt-get purge \ +apt-get purge -y \ transmission-gtk \ transmission-common \ gnome-mahjongg \