From bf4c0b40cb93103ad8ed617f61b343baadc438ae Mon Sep 17 00:00:00 2001 From: debianpepper Date: Wed, 19 Jun 2024 20:52:45 +0900 Subject: [PATCH] Updated Signed-off-by: debianpepper --- iso_configs/pylibraries/pepperpy/hooks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iso_configs/pylibraries/pepperpy/hooks.py b/iso_configs/pylibraries/pepperpy/hooks.py index 61ea2775..267e0511 100644 --- a/iso_configs/pylibraries/pepperpy/hooks.py +++ b/iso_configs/pylibraries/pepperpy/hooks.py @@ -72,8 +72,8 @@ def install_min_browser(): os.system('apt-get install -f') os.system('rm /usr/share/applications/min.desktop') os.system('rm /opt/min-1.32.1-amd64.deb') - print("Browser installed!" - else + print("Browser installed!") + else: print("No builds were met not installed")