diff --git a/pages/linux/netselect-apt.md b/pages/linux/netselect-apt.md new file mode 100644 index 0000000000..c96b8a4e2a --- /dev/null +++ b/pages/linux/netselect-apt.md @@ -0,0 +1,20 @@ +# netselect-apt + +> Create a `sources.list` file for a Debian mirror with the lowest latency. +> More information: . + +- Create `sources.list` using the lowest latency server: + +`sudo netselect-apt` + +- Specify Debian branch, stable is used by default: + +`sudo netselect-apt {{testing}}` + +- Include non-free section: + +`sudo netselect-apt --non-free` + +- Specify a country for the mirror list lookup: + +`sudo netselect-apt -c {{India}}`