26 lines
366 B
Markdown
26 lines
366 B
Markdown
# alpine-tools.func Flowchart
|
|
|
|
Alpine tool installation and package management flow.
|
|
|
|
## Tool Installation on Alpine
|
|
|
|
```
|
|
apk_update()
|
|
↓
|
|
add_community_repo() [optional]
|
|
↓
|
|
apk_add PACKAGES
|
|
↓
|
|
Tool Installation
|
|
↓
|
|
rc-service start
|
|
↓
|
|
rc-update add [enable at boot]
|
|
↓
|
|
Complete ✓
|
|
```
|
|
|
|
---
|
|
|
|
**Last Updated**: December 2025
|