Skip to content

Instantly share code, notes, and snippets.

@takelushi
Created March 12, 2021 12:03
Show Gist options
  • Select an option

  • Save takelushi/64639e48c8440cc7893ca35770f89749 to your computer and use it in GitHub Desktop.

Select an option

Save takelushi/64639e48c8440cc7893ca35770f89749 to your computer and use it in GitHub Desktop.
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