Skip to content

Commit b24015e

Browse files
committed
update doc
1 parent bd59309 commit b24015e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
## <a name="what-is-it"></a>What is it?
2323

2424
**fast-apt-mirror.sh** is a self-contained Bash script that helps you easily and quickly determine and configure a fast APT mirror
25-
on [Debian](https://www.debian.org/), [Ubuntu](https://ubuntu.com/), [Pop!_OS](https://pop.system76.com/) systems.
25+
on [Debian](https://www.debian.org/), [Ubuntu](https://ubuntu.com/), [Pop!_OS](https://pop.system76.com/), [Kali](https://www.kali.org/) systems.
2626

2727
It was born out of the ongoing stability [issues](https://github.com/actions/runner-images/issues?q=is%3Aissue+azure.archive.ubuntu.com) with the `azure.archive.ubuntu.com` Ubuntu
2828
mirror pre-configured in GitHub Actions runners.

fast-apt-mirror.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ function set_mirror() {
449449

450450

451451
#
452-
# main enty point
452+
# main entry point
453453
#
454454
case ${1:-} in
455455
find) shift; find_fast_mirror "$@" ;;

0 commit comments

Comments
 (0)