new commit

This commit is contained in:
Manuel 2025-04-28 00:41:06 +00:00
parent d97f347a6a
commit a80fd7e1bf
2 changed files with 0 additions and 2 deletions

View File

@ -218,7 +218,6 @@ aarch64:
- xorg
- xorg-input-drivers
- xorg-video-drivers
- xf86-video-intel
- setxkbmap
- xauth
- font-misc-misc

View File

@ -45,7 +45,6 @@ try:
from builder.core.copy_customizations import copy_custom_files
from builder.core.final_cleanup import remove_fusato_directory
from builder.core.move_iso import move_and_cleanup_iso
from builder.core.bootstrap import bootstrap
except ImportError as e:
print(f"Error importing necessary modules: {e}. Please ensure all dependencies are installed.")
sys.exit(1)