mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 20:00:51 +00:00
add comprehensive documentation (#9537)
This commit is contained in:
parent
605c11d43f
commit
1294b89fcb
71 changed files with 20793 additions and 0 deletions
25
docs/misc/alpine-tools.func/ALPINE_TOOLS_FUNC_FLOWCHART.md
Normal file
25
docs/misc/alpine-tools.func/ALPINE_TOOLS_FUNC_FLOWCHART.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue