feat: Pridanie claude-setup.md do home adresára užívateľov

Súbor config/claude-setup.md sa stiahne a skopíruje do ~/claude-setup.md
každého vytvoreného užívateľa. Obsahuje inštrukcie pre dostavbu
prostredia (Node.js, Chromium, MCP server).

Použitie: claude -p "$(cat ~/claude-setup.md)"

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
martin
2026-03-16 17:58:07 +01:00
parent d8483cad30
commit caf93c0123
3 changed files with 29 additions and 1 deletions

View File

@@ -12,8 +12,9 @@ var_os="${var_os:-ubuntu}"
var_version="${var_version:-24.04}"
var_unprivileged="${var_unprivileged:-1}"
# URL pre stiahnutie users.json
# URL pre stiahnutie konfigurácie
USERS_JSON_URL="https://git.inbox.sk/proxmox/Ubuntu24_LXC/raw/branch/main/config/users.json"
CLAUDE_SETUP_URL="https://git.inbox.sk/proxmox/Ubuntu24_LXC/raw/branch/main/config/claude-setup.md"
header_info "$APP"
variables
@@ -166,6 +167,7 @@ simple_install() {
# Export pre install skript
export SELECTED_USERS
export USERS_JSON="$users_json"
export CLAUDE_SETUP_URL
# --- Nastavenie premenných pre build_container ---
CT_TYPE="$var_unprivileged"