feat(audit): address batch 4 and finalize script audit
- Implement nomarchy-skill, nomarchy-manual, nomarchy-backup, nomarchy-install - Implement nomarchy-install-docker-dbs (stub) - Port nomarchy-docs-keybindings and nomarchy-docs-scripts to packaged scripts - Add installerVm to flake.nix nixosConfigurations, packages, and apps - Update nomarchy-test-installer to use nix run .#installerVm - Add docker support to virtualization.nix and options.nix - Add glow to script dependencies - Finalize docs/SCRIPTS.md update
This commit is contained in:
8
features/scripts/utils/nomarchy-install-docker-dbs
Executable file
8
features/scripts/utils/nomarchy-install-docker-dbs
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Nomarchy Docker DBs Stub
|
||||
# This script is a stub for a specialized tool.
|
||||
|
||||
notify-send "Nomarchy" "The docker-dbs tool is not implemented in this version of Nomarchy. Please use standard podman/docker commands."
|
||||
echo "Not implemented."
|
||||
exit 1
|
||||
Reference in New Issue
Block a user