Skip to content

Instantly share code, notes, and snippets.

@zlocate
Created July 25, 2020 08:32
Show Gist options
  • Save zlocate/717d42e59870a830aad9e8594b2506d0 to your computer and use it in GitHub Desktop.
Save zlocate/717d42e59870a830aad9e8594b2506d0 to your computer and use it in GitHub Desktop.
# apt-fast is a shellscript wrapper for apt-get and aptitude
# that can drastically improve apt download times by downloading packages in parallel,
# with multiple connections per package.
# https://github.com/ilikenwf/apt-fast
# It's helpful at speed up dependency installation at CI (yes, i use caching also)
/bin/bash -c "$(curl -sL https://git.io/vokNn)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment