Created
March 12, 2021 12:03
-
-
Save takelushi/64639e48c8440cc7893ca35770f89749 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apt-fast apt-fast/maxconperfile string 8 | |
| apt-fast apt-fast/piecealgo select default | |
| apt-fast apt-fast/maxdownloads string 10 | |
| apt-fast apt-fast/tmpdownloaddir string /var/cache/apt/apt-fast | |
| apt-fast apt-fast/maxconpersrv string 10 | |
| apt-fast apt-fast/minsplitsize string 1M | |
| apt-fast apt-fast/tmpdownloadlist string /tmp/apt-fast.list | |
| apt-fast apt-fast/downloader select aria2c | |
| apt-fast apt-fast/aptcache string /var/cache/apt/archives | |
| # Suppress apt-fast confirmation dialog? | |
| apt-fast apt-fast/dlflag boolean true | |
| apt-fast apt-fast/aptmanager select aptitude | |
| apt-fast apt-fast/downloadcmd string aria2c --no-conf -c -j ${_MAXNUM} -x ${_MAXCONPERSRV} -s ${_SPLITCON} --min-split-size=${_MINSPLITSZ} --stream-piece-selector=${_PIECEALGO} -i ${DLLIST} --connect-timeout=600 --timeout=600 -m0 --header "Accept: */*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment