complete..

This commit is contained in:
2025-10-10 23:09:48 +03:00
parent a708387ddd
commit 9ece0152e4
8 changed files with 46 additions and 182 deletions
+4 -3
View File
@@ -14,9 +14,10 @@ Write-Host "Administrator privileges confirmed."
# Define available modules with their respective actions
$modules = @{
"appsDataManager" = @("reconnect", "connect", "disconnect")
"autostartManager" = @("update", "remove")
"mountsManager" = @("reconnect", "connect", "disconnect")
"appsDataManagerModule" = @("reconnect", "connect", "disconnect")
"autostartManagerModule" = @("update", "remove")
"mountsManagerModule" = @("reconnect", "connect", "disconnect")
"deployModule" = @("apply", "clean")
}
# Interactive module selection