mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-26 20:30:41 +00:00
cleanup: remove docs/, update README & CONTRIBUTING, fix repo config (#13770)
This commit is contained in:
committed by
GitHub
parent
b2c0d7646e
commit
997e05dfb1
@@ -1,25 +0,0 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user