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")