elijahr/Setup apt-fast
Install and configure apt-fast to speed up apt package downloads using parallel connections
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apt-manager | Package manager to use (apt-get, aptitude, or apt) | no | apt-get |
| max-downloads | Maximum number of connections aria2c uses | no | 16 |
| max-connections-per-server | Maximum number of connections per server | no | 10 |
| split-connections | Maximum number of connections per file | no | 16 |
| min-split-size | Size of each split piece (e.g., 1M, 5M, 10M) | no | 1M |
| piece-algorithm | Piece selection algorithm (default, inorder, or geom) | no | default |
| download-before | Skip confirmation dialog (true/false) | no | true |
| mirrors | Comma or space-separated list of mirror URLs to use | no | "" |
| verbose-output | Display aria2 download file instead of package listing (true/false) | no | false |
| apt-auth | Enable authentication for sources requiring login (true/false) | no | true |
Outputs
no outputs