1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-09 07:19:17 +00:00

Adjustment of file structure

This commit is contained in:
Tw93
2025-10-16 10:53:00 +08:00
parent d09ef46eab
commit 2f0c74c621
7 changed files with 5 additions and 5 deletions

View File

@@ -15,9 +15,9 @@ export LANG=C
# Get script directory and source common functions
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/../lib/common.sh"
source "$SCRIPT_DIR/../lib/paginated_menu.sh"
source "$SCRIPT_DIR/../lib/app_selector.sh"
source "$SCRIPT_DIR/../lib/batch_uninstall.sh"
source "$SCRIPT_DIR/../lib/menu_paginated.sh"
source "$SCRIPT_DIR/../lib/ui_app_selector.sh"
source "$SCRIPT_DIR/../lib/uninstall_batch.sh"
# Note: Bundle preservation logic is now in lib/common.sh