1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-08 17:19:19 +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

@@ -78,7 +78,7 @@ EOF
run env HOME="$HOME" PROJECT_ROOT="$PROJECT_ROOT" bash --noprofile --norc << 'EOF'
set -euo pipefail
source "$PROJECT_ROOT/lib/common.sh"
source "$PROJECT_ROOT/lib/batch_uninstall.sh"
source "$PROJECT_ROOT/lib/uninstall_batch.sh"
# Test stubs
request_sudo_access() { return 0; }