From 4cb685a5e54f8bb7377a7d4b4a3298e4f4555d89 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 19 Mar 2026 11:19:09 -0400 Subject: [PATCH] Update install add auto remove at end --- install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install b/install index 06805f10..20af2866 100755 --- a/install +++ b/install @@ -821,6 +821,8 @@ sed -i 's/quick_exec=0/quick_exec=1/' ~/.config/libfm/libfm.conf sudo apt install -y raspberrypi-ui-mods +sudo apt autoremove -y + if [ "$noreboot" = "0" ] ; then if [ $FLAG -eq 1 ]; then # Not sure if this is needed