mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-05-04 00:21:49 +00:00
1294b89fcb
Create Changelog Pull Request / update-changelog-pull-request (push) Has been cancelled
Close Discussion on PR Merge / close-discussion (push) Has been cancelled
Frontend CI/CD / test-json-files (push) Has been cancelled
Frontend CI/CD / build (push) Has been cancelled
Frontend CI/CD / deploy (push) Has been cancelled
Sync to Gitea / sync (push) Has been cancelled
293 B
293 B
alpine-tools.func Usage Examples
Examples for Alpine tool installation.
Example: Alpine Setup with Tools
#!/usr/bin/env bash
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
apk_update
setup_nodejs "20"
setup_php "8.3"
setup_mariadb "11"
Last Updated: December 2025