Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
debianpepper 2023-07-12 20:27:56 +09:00
parent 16b6c0de52
commit e79ec1b68d
1 changed files with 1 additions and 1 deletions

View File

@ -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