From e79ec1b68d2e413e10e660988dfce04035488527 Mon Sep 17 00:00:00 2001 From: debianpepper Date: Wed, 12 Jul 2023 20:27:56 +0900 Subject: [PATCH] Updated Signed-off-by: debianpepper --- iso_configs/hooks/normal/0540-misc.hook.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso_configs/hooks/normal/0540-misc.hook.chroot b/iso_configs/hooks/normal/0540-misc.hook.chroot index 59889d29..9415b13c 100755 --- a/iso_configs/hooks/normal/0540-misc.hook.chroot +++ b/iso_configs/hooks/normal/0540-misc.hook.chroot @@ -42,7 +42,7 @@ if [ -e /usr/share/peppermint/pep_id ] then apt remove raspi-firmware -y apt purge raspi-firmware -y - apt autoremove -t + apt autoremove -y else echo "not there" fi