feat(goose): update config using uv script with pyyaml (#6)

This commit is contained in:
2025-04-02 23:27:37 +02:00
committed by GitHub
parent cfa7dd647d
commit 9e742b439b
5 changed files with 117 additions and 160 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# Script to check and display initialization status - optimized version
# Script to check and display initialization status
# Only proceed if running as root
if [ "$(id -u)" != "0" ]; then