# get_fastest_source **Repository Path**: thiswind/get_fastest_source ## Basic Information - **Project Name**: get_fastest_source - **Description**: automatic get fastest apt source for ubuntu - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Get Fastest Source ===================== get the fastest apt source for Ubuntu Server --------------------- Without GUI, how to find the fastest apt source? This Script will help you for finding the fastest apt source on Ubuntu Server in command line(cli) Search all valid apt source, find the fastest one, then change current apt source to the fastest one. It's very useful for making docker images and new installed systems # USAGE ``` sudo wget -q -O - "$@" http://git.io/vkiUF | bash ```