From e50d29317b829df31575a762f4c33859676f5b43 Mon Sep 17 00:00:00 2001 From: debianpepper Date: Thu, 20 Jun 2024 16:39:09 +0900 Subject: [PATCH] Updated Hooks Signed-off-by: debianpepper --- iso_configs/pylibraries/pepperpy/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso_configs/pylibraries/pepperpy/hooks.py b/iso_configs/pylibraries/pepperpy/hooks.py index 905a62e4..d36f8117 100644 --- a/iso_configs/pylibraries/pepperpy/hooks.py +++ b/iso_configs/pylibraries/pepperpy/hooks.py @@ -279,7 +279,7 @@ def start(): if '64bit' in architecture: apt_install_packages() remove_packages_from_the_build() - install_librewolf_browser + install_librewolf_browser() remmove_desktop_files() setup_plymouth_theme_grub() hblock_setup()